Vidyalelo
C Programming · Q159

Function

Programming · C Programming · question 159

Q159

Comment on the output of the following C code. #include #include "test.h" #include "test.h" int main() //some code

A.
True
B.
Compile time error
Answer
C.
False
D.
Depends on the compiler

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board