Q162
What will be the output of the following C code? #include int main() printf("Hello World! %d ", x); return 0;
A.
Hello World! x;
B.
Hello World! followed by a junk value
C.
Compile time error
AnswerD.
Hello World!
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board