Multiple choice technology programming languages

True or False. Like in C++, using exception does carry some performance penalty

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Exception handling in languages like C++ incurs a runtime performance penalty due to the machinery required for stack unwinding and maintaining tables for exception safety.