91
GB
What is the output: try{int x=5,y=0;if(!y)throw domain_error("div0");cout<
IN
आउटपुट क्या है: Try{int x=5,y=0;if(!y)throw Domain_error("div0");cout
A
div0
div0
B
Compile error
संकलन त्रुटि
C
Undefined
अपरिभाषित
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English)
Throws domain_error. Output: div0.
व्याख्या (हिन्दी)
डोमेन_त्रुटि फेंकता है। आउटपुट: div0.