You are on page 1of 1

Final Test C

Total Mark [100]


1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
11.

12.

13.

14.
15.
16.
17.
18.
19.
20.
21.

What is a operator? explain different types operator[8]


What is conditional statement? Explain different types of conditional statement [8]
What is loop? explain different types of loop [8]
What is array? explain different types of Array[8]
What is structure? write a syntax of structure[5]
What is difference between structure and union[5]
What is function? explain different types of function[5]
What is a pointer? explain simple variable and pointer variable [7]
What is keyword and identifier? [5]
Explain different between break and continue[5]
Find the output of that program [3]
Ex:
Int no=5;
If(no=10)
{
Printf(%d,no);
}
Find the error[3]
Ex:
Struct student
{
Introllno;
Char name;
}
Find out the output of that program [3]
Ex:
Int a=10,b=20,max;
Max=(a>b)?a:b;
Printf(%d,max);
Write the procedure to find out the sum of first and last degit in any five degit no [3]
Write the procedure to find out total word of that sentence[3]
Write the procedure to find out Fibonacci series [3]
Write the procedure to find out Armstrong no[3]
Write the procedure to find out the area of circle[3]
Write the procedure to find out the area of rectangle[3]
Write the procedures to find out the total length of that string[3]
Write a program to input any array value then sort their value [6]

You might also like