πŸ“Š C Programming
Q. Choose a correct statement about C language break; statement.
  • (A) A single break; statement can force execution control to come out of only one loop.
  • (B) A single break; statement can force execution control to come out of a maximum of two nested loops.
  • (C) A single break; statement can force execution control to come out of a maximum of three nested loops.
  • (D) None of the above
πŸ’¬ Discuss
βœ… Correct Answer: (A) A single break; statement can force execution control to come out of only one loop.

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
330
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Ram Sharma
Publisher
πŸ“ˆ
96%
Success Rate