121
GB
What is the output: try{throw;}catch(...){cout<<'C';}
IN
आउटपुट क्या है: प्रयास करें {फेंकें;} पकड़ें (...) {काउट करें
A
terminate
बर्खास्त
B
C
सी
C
Compile error
संकलन त्रुटि
D
Undefined
अपरिभाषित
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English)
std::terminate called.
व्याख्या (हिन्दी)
std::समाप्त बुलाया गया।