Function - Study Mode
[#96] register keyword mandates compiler to place it in machine register.
Correct Answer
(B) False
[#97] What linkage does automatic variables have?
Correct Answer
(C) No linkage
[#98] Which of the following names for files not accepted?
Correct Answer
(D) None of the mentioned
[#99] If #include is used with file name in angular brackets.
Correct Answer
(A) The file is searched for in the standard compiler include paths
[#100] Which of the following cannot be static in C?
Correct Answer
(D) None of the mentioned