Vidyalelo
C Programming · Q162

C Fundamentals

Programming · C Programming · question 162

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
Answer
D.
Hello World!

Answer: Option C

Solution

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