991
GB
What is the output: int x=5; decltype(x) y=10; cout<
IN
आउटपुट क्या है: int x=5; घोषणापत्र(x) y=10; अदालत
A
5
5
B
10
10
C
Error
गलती
D
Undefined
अपरिभाषित
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English)
decltype(x) = int; y=10.
व्याख्या (हिन्दी)
decltype(x) = int; y=10.