A
Q. What is the value of i after this loop?
Code:
int i;
for(i = 0; i < 5; i++){}
for(i = 0; i < 5; i++){}
- Correct Answer - Option(B)
- Views: 23
- Filed under category C Programming
- Hashtags:
Discusssion
Login to discuss.