91
GB
What is the output: int a=10; cout<<(a>5)+(a<20)+(a==10);
IN
आउटपुट क्या है: int a=10; अदालत
A
1
1
B
2
2
C
3
3
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English)
All three comparisons are true (=1 each): 1+1+1=3.
व्याख्या (हिन्दी)
तीनों तुलनाएँ सत्य हैं (=1 प्रत्येक): 1+1+1=3।