1141
GB
What is the output: int x=5; auto y=static_cast(x)/2; cout<
IN
आउटपुट क्या है: int x=5; ऑटो y=static_cast(x)/2; अदालत
A
2.5
2.5
B
2
2
C
Compile error
संकलन त्रुटि
D
Undefined
अपरिभाषित
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English)
5.0/2=2.5. Output: 2.5.
व्याख्या (हिन्दी)
5.0/2=2.5. आउटपुट: 2.5.