πŸ“Š C Programming
Q. Which loop executes the block a specific number of times?
  • (A) while loop
  • (B) for loop
  • (C) do...while loop
  • (D) All of these
πŸ’¬ Discuss
βœ… Correct Answer: (B) for loop

Explanation: The for loop executes the block a specific number of times.

Explanation by: Chandani
The for loop executes the block a specific number of times.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
395
Total Visits
πŸ“½οΈ
3 y ago
Published
πŸŽ–οΈ
Chandani
Publisher
πŸ“ˆ
88%
Success Rate