Vidyalelo
C++ Programming · Q65

Functions and Procedures in C++

Programming · C++ Programming · question 65

Q65

What will happen when the exception is not caught in the program?

A.
error
Answer
B.
program will execute
C.
block of that code will not execute
D.
program will execute & displays wrong output

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board