C quiz
Sign in to Google to save your progress. Learn more
Email *
1. Who is the father of C language?
2. Which of the following is not a valid C variable name?
3. All keywords in C are in ____________
4. Which of the following is true for variable names in C?
5. Which is valid C expression?
6. Which of the following cannot be a variable name in C?
7. What is short int in C programming?
8. Which of the following declaration is not supported by C language?
9. Which keyword is used to prevent any changes in the variable within a C program?
10. What is the result of logical or relational expression in C?
11. Which of the following typecasting is accepted by C language?
12. Where in C the order of precedence of operators do not exist?
13. Which of the following is NOT possible with any 2 operators in C?
14. What is an example of iteration in C?
15. Functions can return enumeration constants in C?
16. Functions in C Language are always _________
17. Which of the following is not accepted in C?
18. Property which allows to produce different executable for different platforms in C is called?
19. What is #include <stdio.h>?
20. C preprocessors can have compiler specific features.
21. Which of the following are C preprocessors?
22. The C-preprocessors are specified with _________ symbol.
23. How is search done in #include and #include “somelibrary.h” according to C standard?
24. How many number of pointer (*) does C have against a pointer variable declaration?
25. Which of the following is not possible statically in C language?
26. Which of the following return-type cannot be used for a function in C?
27. The standard header _______ is used for variable list arguments (…) in C.
28. When a C program is started, O.S environment is responsible for opening file and providing pointer for that file?
29. In C language, FILE is of which data type?
30. What is the sizeof(char) in a 32-bit C compiler?
31. Which of the following is not an operator in C?
32. scanf() is a predefined function in______header file.
33. What is meant by ‘a’ in the following C operation? fp = fopen("Random.txt", "a");
Submit
Clear form
This form was created inside of Jawaharlal Nehru National College of Engineering. Report Abuse