C Language Multiple-Choice Questions
1. Types of Programming language:
2. Which of the following is IDE?
3. Variable is a name of:
4. Person who write programs called:
5. High Level Languages are languages.
6. High level languages are:
7. C language was developed in between:
8. C language was introduced by:
9. C language was developed at Laboratories.
10. Which of the following symbol is used to denote a pre-processor statement?
11. First character of variable must be:
12. ______ values do not change during program execution.
13. Constant may be:
14. Types of integer data type:
15. All the reserved words of C programs must be written in:
16. What is the valid range of numbers for int type of 2 bytes?
17. Which symbol is used as a statement terminator in C?
18. Which of the following symbol used for single line comment?
19. Which of the following is a valid comment of C program?
20. Types of comments are:
21. Assigning value to a variable for the first time is called:
22. What is the valid range of numbers for int type of 4 bytes?
23. Which of the following variable name is invalid?
24. Character is enclosed in?
25. Identify the correct character constant.
26. Example of integer constant is:
27. Character set of C includes:
28. Character takes how many bytes in memory?
29. Every variable has a unique name called:
30. What is the maximum size of a float variable?
31. A declaration float a; occupies ____ of memory
32. A variable must be ____ before its use.
33. A software that is used for writing a program is:
34. Which of the following is a software that is responsible for conversion of program files to machine understandable and executable code?
35. Every programming language has some primitive building blocks and follows some grammatical rule known as its:
36. The list of predefined words are called:
37. include statements are written in ____ section.
38. ____ are added in the code further to explain the algorithms and techniques used by the program.
39. ____ are the values that do not change during the whole execution of the program.
40. A float uses ____ bytes of memory.
41. For initializing a variable, we use ____ operator.
42. ____ can be thought of as a container to store constants.
