Q39
How do you specify that a function will throw no exceptions in C++?
A.
Using the 'noexcept' specifier
AnswerB.
Using the 'nothrow' specifier
C.
Using the 'throw' keyword
D.
Using the 'catch' block
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board