C Question Bank
C Question Bank
1. ‘void’ keyword.
2. Storage class
3. Garbage values
4. r’s complement
5. Header files
6. flowchart and algorithm
7. Type casting
8. Different operators
9. Universal logic gates
10. String special functions
11. Binary file and text file
13. Bitwise operator
14. Macro
15. Array of structure pointer
Program types:
1. Print the total count of vowels, consonants, blank spaces and other special characters of a user given
string without using string.h header file.
2. Prime Number check and within range
3. Print the average of some user given numbers.
4. Sum of rows and sum of diagonals of a matrix.
5. Print if a user given year is Leap year or not using user defined function where input and output to be
take place at main().
6. String Palindrome
7. Factorial using recursion
8. Xn using user defined function
9. Maximum and minimum element of a matrix
10. Average of n numbers