InterviewSolution
Saved Bookmarks
| 1. |
All keywords in C are in ____________(a) LowerCase letters(b) UpperCase letters(c) CamelCase letters(d) None of the mentionedI got this question during a job interview.My enquiry is from Variable Names topic in portion Data Types, Operators and Expressions in C of C |
|
Answer» RIGHT OPTION is (a) LOWERCASE letters For EXPLANATION: NONE. |
|