Here is the list of important C Programs for I semester FOC(GE2112)
which are frequently asked in PART - B in Units 4 and 5.
1.Write a C program to read the age of 100 people and count the number of persons in the age group 40 to 50.
2.Write a C program to print the even numbers between 1 and 100.
3.Write a C program to display the sum of integers greater than 200 and less than 400 that are divisible by 7.
4.Write a C program to display the largest of 3 numbers.
5.Write a C program to count the number of positive numbers in the set of numbers.
6.Write a C program for simple calculator.
7.Write a C program to check whether the number is prime or not.
8.Write a C program to check whether the given string is palindrome or not.
9.Write a C program to add two matrices.
10.Write a C program to perform matrix multiplication.
11.Write a C program to display the names in alphabetical order.
12.Write a C program to find the sum of digits of an integer using function.
13.Write a C program to calculate the factorial of a number using recursion.
14.Write a C program to print the student grade using structure.
15.Write a C program to print the employee details using union.
All the Best for exams...