3) How many times the sentence "C statement executed " is printed? int x; for (x=-1; x<=10; x++) ( if (x < 5) continue;
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
3) How many times the sentence "C statement executed " is printed? int x; for (x=-1; x<=10; x++) ( if (x < 5) continue;
3) How many times the sentence "C statement executed " is printed? int x; for (x=-1; x<=10; x++) ( if (x < 5) continue; else break; printf ("C statement executed \n "); b0 times c. 11 times a. 10 times e. 5 times
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!