Multiple choice The exception is activated through which keyword? Try Catch Struct Throw Reveal answer Fill a bubble to check yourself D Correct answer Explanation In C++, the throw keyword is used to signal that an exception has occurred. Try and catch are used to handle the exception, while struct is a data structure definition.