Discuss Forum
1. How many time the following for loop will be executed ? unsigned int i for ( i=100; i > = 0, i --) printf ("%d", i)
- A. Undefined
- B. Undefined
- C. Undefined
- D. Undefined
Answer: Option B
Explanation:
Post your comments here:
1. How many time the following for loop will be executed ? unsigned int i for ( i=100; i > = 0, i --) printf ("%d", i)
Answer: Option B
Explanation:
Post your comments here: