C Basics - C programming (MCQ) questions for Q. 27527

Q.  Comment on the output of this C code?

#include <stdio.h>
#include "test.h"
#include "test.h"
int main()
{
      //some code
}

- Published on 26 Feb 17

a. TRUE
b. Compile time error
c. FALSE
d. Depends on the compiler

ANSWER: Depends on the compiler

Post your comment / Share knowledge


Enter the code shown above:
 
(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)