MCQOPTIONS
Saved Bookmarks
| 1. |
Does this compile without error? int main() { for (int k = 0; k < 10> return 0; } |
| A. | Yes |
| B. | No |
| C. | Depends on the C standard implemented by compilers |
| D. | None of the mentioned |
| Answer» D. None of the mentioned | |