Function - Study Mode

[#91] Property which allows to produce different executable for different platforms in C is called?
Correct Answer

(C) Conditional compilation

[#92] Which of the following file extensions are accepted with #include?
Correct Answer

(D) All of the mentioned

[#93] Global variables are . . . . . . . .
Correct Answer

(B) External

[#94] If the file name is enclosed in double quotation marks, then . . . . . . . .
Correct Answer

(A) The preprocessor treats it as a user-defined file

[#95] Which of the following storage class supports char data type?
Correct Answer

(D) all of the mentioned