Vidyalelo
C Programming · Q129

Control Structures

Programming · C Programming · question 129

Q129

What will be the output of the following C code? #include void main() int k = 0; for (k) printf("Hello");

A.
Compile time error
Answer
B.
hello
C.
Nothing
D.
Varies

Answer: Option A

Solution

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