Vidyalelo
C++ Programming · Q673

C++ miscellaneous

Programming · C++ Programming · question 673

Q673

Pick out the correct answer.

A.
Exceptions are not suitable for critical points in code
Answer
B.
Exception are suitable for critical points in code
C.
Exceptions are used when postconditions of a function cannot be satisfied
D.
Throw block should be placed after try block

Answer: Option A

Solution

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