Q1 Write a program in C language to perform addition of two numbers.
Q2 Write a program in C language to check whether a number is odd or even.
Q3 Write a program in C language to display the given pattern.
1
22
333
4444
nnn.....n
Q4 Write a program in C language to display the given series.
2,5,10,17,……n
Q5 Write a program in C language to display factorial of a number.
Q6 Write a program in C language to display fibonnaci series.
0,1,1,2,3,5,8,13....
Q7 Write a program in C language to calculate addition of two matrices.
Q8 Write a program in C language to search an element in the given list.
Q9 Write a program in C to reverse order of a list.
Q10 Write a program in C to find greatest number among three numbers.