πŸ“Š C++
Q. Which of the following is used to handle exceptions in C++?
  • (A) try-catch block
  • (B) throw-catch block
  • (C) error-exception block
  • (D) catch-throw block
πŸ’¬ Discuss
βœ… Correct Answer: (A) try-catch block

Explanation: In C++, the 'try-catch' block is used to handle exceptions.

Explanation by: Gopal Sharma
In C++, the 'try-catch' block is used to handle exceptions.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
127
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Gopal Sharma
Publisher
πŸ“ˆ
88%
Success Rate