Question 1:
Write down a C program to find out the largest of 3 numbers.
Question 2:
Write down a C program to find out the sum of the first 15 even numbers and compute the square of the sum.
Question 3:
Write down a C program to find out the total and average of marks given in an array.
Question 4:
Write down a C program whether the given number is Armstrong number or not.
Question 5:
Write down a C program whether the given number is the Perfect number or not.
Question 6:
Write down a C program for the matrix multiplication.