Q72
Will the following C code compile without any error? #include int main() int k; int k; for (k = 0; k < 10; k++);
A.
Yes
AnswerB.
No
C.
Depends on the compiler
D.
Depends on the C standard implemented by compilers
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board