Which of the following is true about the 'noexcept' specifier in C++?
A. It indicates that a function may throw an exception
B. It indicates that a function will never throw an exception
C. It automatically catches exceptions
D. It is used for exception handling
Answer: Option B
Join The Discussion