#include <stdio.h> int main() { int i = 0; while (i < 3) i++; printf("In while loop\n"); }
a) 2
b) 3
c) 4
d) 1
How many times i value is checked in the following C program?
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
How many times i value is checked in the following C program?
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!