Function - Study Mode
[#86] #include <somefile.h> are . . . . . . . . files and #include "somefile.h" . . . . . . . . files.
Correct Answer
(D) They can include all types of file
[#87] Register storage class can be specified to global variables.
Correct Answer
(B) False
[#88] Which of the following are C preprocessors?
Correct Answer
(D) all of the mentioned
[#89] Automatic variables are allocated memory in . . . . . . . .
Correct Answer
(D) stack
[#90] Which of the following is true for the static variable?
Correct Answer
(B) It exists even after the function ends