C Programming Practical Questions for beginners
Write a C program to find the sum of the first 10 even numbers.
Write a C program to check whether a given string is a Palindrome or not.
Write a C program to convert temperature from degree Centigrade to Fahrenheit.
Write a C program to display the factorial of a given number using a
forloop.Write a C program to display days of a week using
switch-case.Write a C program to print all uppercase and lowercase alphabets.
Write a C program to display the Fibonacci series.
Write a C program to add two-dimensional matrices.
Write a C program to search for a given element in an array using Linear Search.
Write a C program to find the sum of digits of a given number.
Write a C program to find the average marks obtained by a student taking any 3 subject marks as input.
Write a C program to find the largest element in a given array of elements.
Write a C program to reverse a given number.
Write a C program to check whether a given year is a Leap year or not.
Write a C program to find the square of a number using a user-defined function.
Write a C program to check whether a number is even or odd using
switch-case.Write a C program to check whether the given number is a Perfect number or not.
Write a C program to display the Factorial of a given number using a
whileloop.Write a C program to check whether the given number is Armstrong or not.
Write a C program to check whether a number is Prime or not.
Write a C program to find the Factorial of a given number using recursion.
Write a C program to concatenate two strings using string functions.
Write a C program to demonstrate any 5 mathematical functions.
Write a C program to swap two numbers using the call-by-reference method.
Write a C program to display the first
nnatural numbers.Write a C program to add two numbers using pointers.
Write a C program to display Prime numbers from 1 to
n.Write a C program to find the GCD of two numbers.
Write a C program to count the number of vowels in a given string.
Write a C program to reverse a given string using recursion.
Write a C program to check whether two strings are equal or not using string functions.
Write a C program to multiply two-dimensional matrices.
Write a C program to find the biggest of 3 given numbers.
Write a C program to display the length and reverse of a string using string functions.
Write a C program to display whether a number is even or odd using the conditional operator.
Write a C program to find the sum and average marks of 10 students stored in an array.
Write a C program to accept and display the details of an employee using structures.
Write a C program to search for a given element in an array using Binary Search.
Write a C program to find the area and circumference of a circle.
Write a C program to display the length of a string using pointers.
Write a C program to find the transpose of a given matrix.
Write a C program to find the sum of the series .
Write a C program to display elements in a given array using pointers.
Write a C program to generate the multiplication table of a given number.
Write a C program to find the roots of a quadratic equation.
Write a C program to find the number of characters, words, and lines in a given text.
Write a C program to check whether a given triangle is equilateral, isosceles, or scalene.
Write a C program to calculate Simple and Compound Interest.
Write a C program to swap two numbers without using a third variable.
Write a C program to find the largest of 2 numbers using a user-defined function.

No comments:
Post a Comment