Important Questions
Important Questions
UNIT-2
10 MARKS:
1. Explain about Decision making Statements in C (********VIMP*******)
2. Explain about Looping Statements In C (***********VIMP*********)
3. Write a C program
a. To check given no is prime or not
b. To check given no is amstrong or not
c. To check given no is perfect or not
d. To find the reverse of a given no
e. Program to find the roots of quadratic equation(****vvvimp)
f. To print prime nos from 1…100 (*****)
UNIT-3
10 MARKS:
5 MARKS:
UNIT-4
10 MARKS:
1. Explain about different types or categories of functions. (**vvvimp*)
2. Explain about parameter passing mechanism or Explain about call by values
and call by reference. (***vimp***)
3. Explain about storage classes in C (*********VVVVIMP*****)
4. What is pointer ? What are the advantages and disadvantages of using
pointers. (***VIMP)
5. Explain about pointer to arrays (**********VVVIMP******)
6. Explain about pointer to Functions (****************VVVVVVIMP*******)
5 MARKS:
1. Explain about Nested functions (****vimp***)
2. Explain about local and global variables
3. Explain about function prototype or function declaration? (**)
4. What is Recursion. Write a C program for factorial using Recursion(**vvvvimp)
5. Differentiate between static and extern
6. Explain about Pointer Arithmetic (****vimp)
7. Differentiate between Pointers and Arrays