โช Choose the correct option.
In the following program how long will the for loop get executed?
#include
int main() {
int i;
for(;scanf("%d", &i);printf("%d ", i));
return 0;
}
In the following program how long will the for
In the following program how long will the for loop get executed?
#include
int main() {
int i;
for(;scanf("%d", &i);printf("%d ", i));
return 0;
}