Vidyalelo
C Programming · Q72

C Fundamentals

Programming · C Programming · question 72

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
Answer
B.
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