πŸ“Š C Programming
Q. Which for loop has range of similar indexes of ‘i’ used in for (i = 0;i < n; i++)?
  • (A) for (i = n; i>0; i--)
  • (B) for (i = n; i >= 0; i--)
  • (C) for (i = n-1; i>0; i--)
  • (D) for (i = n-1; i>-1; i--)
πŸ’¬ Discuss
βœ… Correct Answer: (D) for (i = n-1; i>-1; i--)

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
170
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Indresh Gehalot
Publisher
πŸ“ˆ
87%
Success Rate