#include <stdio.h> int main() { for (int k = 0; k < 10; k++); return 0; }
a) Yes
b) No
c) Depends on the C standard implemented by compilers
d) Error
Will the following C code compile without any error?
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Will the following C code compile without any error?
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!