Vidyalelo
C++ Programming · Q36

Exception Handling in C++

Programming · C++ Programming · question 36

Q36

Which keyword is used to specify that a function will not throw any exceptions in C++?

A.
nothrow
B.
noexcept
Answer
C.
exception
D.
noexception

Answer: Option B

Solution

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