A
Q. How many times do we get through the following loop?
Code:
for ( counter = 2; counter < 9; counter += 2 )
- Correct Answer - Option(A)
- Views: 5
- Filed under category C Programming
- Hashtags:
Discusssion
Login to discuss.