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 17a. TRUE
b. Compile time error
c. FALSE
d. Depends on the compiler
ANSWER: Depends on the compiler