InterviewSolution
Saved Bookmarks
| 1. |
Variable name resolution (number of significant characters for the uniqueness of variable) depends on ___________(a) Compiler and linker implementations(b) Assemblers and loaders implementations(c) C language(d) None of the mentionedThe question was posed to me in an internship interview.My enquiry is from Variable Names topic in division Data Types, Operators and Expressions in C of C |
|
Answer» The CORRECT option is (a) Compiler and LINKER implementations |
|