πŸ“Š C++
Q. In nested try block, if inner catch handler gets executed, then _____________ .
  • (A) Compiler will execute remaining executable statements of outer try block and then the main().
  • (B) Compiler will jump to the outer catch handler and then executes remaining executable statements of main().
  • (C) Outer catch handler will also get executed.
  • (D) Program execution stops immediately.
πŸ’¬ Discuss
βœ… Correct Answer: (A) Compiler will execute remaining executable statements of outer try block and then the main().

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

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