Basics - 1-Multiple Choice Questions and Answers On C Programming Basics PDF
Basics - 1-Multiple Choice Questions and Answers On C Programming Basics PDF
com
http://www.gkseries.com/computer-engineering/c-programming/c-programming-basics/00001-c-programming-basics
1.
Answer: Option C
Dennis Ritchie developed the C programming language at Bell laboratories during 1970s
2.
A name having a few letters, numbers and special character _(underscore) is called
[A] keywords
[C] tokens
[D] identifiers
Answer: Option D
An identifier is a name used to identify a variable, function, array, structure, array, union etc. It can be consists of
maximum 31 characters.
3.
The words if, else, auto, float etc. hasve predefined meaning and users cannot use them as variables. These
words are called
[A] constant
[B] identifier
Answer: Option D
4.
Answer: Option C
5.
Answer: Option D