| | | | Question Answer Tutorial - C->C Basics | | | | Question: Which of the following is not a valid C variable name? | | Answer: int $main;
| | | | | | | | Question: Variable name resolving (number of significant characters for uniqueness of variable) depends on | | Answer: Compiler and linker implementations
| | | | | | | | Question: Which of the following is true for variable names in C? | | Answer: They can contain alphanumeric characters as well as special& nbsp;characters
| | | | | | | | Question: Variable names beginning with underscore is not encouraged. Why? | | Answer: To avoid conflicts since library routines use such names />
| | | | | | | | Question: All keywords in C are in | | Answer: LowerCase letters
| | | | | | | | | | | | |