61 Question 61 EN + हिं GB What is the output: int x=5; int y=++x>5?1:0; cout< IN आउटपुट क्या है: int x=5; int y=++x>5?1:0; अदालत A 16 16 B 06 06 C Compile error संकलन त्रुटि D Undefined अपरिभाषित ✅ Correct Answer: 💡 Explanation / व्याख्या Explanation (English) ++x=6>5=true; y=1. x=6. Output: 16. व्याख्या (हिन्दी) ++x=6>5=सत्य; आप=1. एक्स=6. आउटपुट: 16. 🎯 Exam Perspective OOP Using C++ ("Operators in C++" sub-topic) से जुड़ा यह सवाल उन students के लिए काम का है जो SSC CGL, IBPS, RRB और State-level परीक्षाओं की तैयारी कर रहे हैं। बेहतर होगा कि explanation पढ़कर concept clear करें, ताकि exam में similar प्रश्न आने पर confusion न हो। 🔗 Related Questions What is the output: int x=5; cout What is the output: int x=1; cout What is the output: int x=5; int y=x++; cout 📚 Related Topic Introduction to C++ (187) Variables and Data Types (160) Control Statements (133)
62 Question 62 EN + हिं GB What is the output: cout<<(int)(2.9)<<(int)(2.1)<<(int)(-2.9); IN आउटपुट क्या है: cout A 22-2 22-2 B 33-3 33-3 C Compile error संकलन त्रुटि D Undefined अपरिभाषित ✅ Correct Answer: 💡 Explanation / व्याख्या Explanation (English) Truncate toward zero: 2,2,-2. Output: 22-2. व्याख्या (हिन्दी) शून्य की ओर काटें: 2,2,-2. आउटपुट: 22-2. 🎯 Exam Perspective UPSC, SSC, Banking और Police भर्ती जैसी परीक्षाओं में OOP Using C++ ("Operators in C++" sub-topic) से सवाल अक्सर पूछे जाते हैं। इसलिए सिर्फ answer रटने के बजाय, नीचे दी गई explanation को ध्यान से पढ़ें और concept समझें। 🔗 Related Questions What is the output: int x=5,y=3; cout What is the output: int x=0; cout What is the output: int x=5; cout 📚 Related Topic Introduction to C++ (187) Variables and Data Types (160) Control Statements (133)
63 Question 63 EN + हिं GB What is the output: int x=1; cout<<(x<<1)<<(x<<2)<<(x<<3); IN आउटपुट क्या है: int x=1; अदालत A 248 248 B 124 124 C Compile error संकलन त्रुटि D Undefined अपरिभाषित ✅ Correct Answer: 💡 Explanation / व्याख्या Explanation (English) 1<<1=2, 1<<2=4, 1<<3=8. Output: 248. व्याख्या (हिन्दी) 1 🎯 Exam Perspective अगर आप Railway, SSC, Banking और Defence परीक्षाओं की तैयारी कर रहे हैं, तो OOP Using C++ ("Operators in C++" sub-topic) का यह topic आपके लिए महत्वपूर्ण है। Exam में accuracy बढ़ाने के लिए हर सवाल की explanation जरूर पढ़ें। 🔗 Related Questions What is the output: int x=5; cout What is the output: int x=5,y=3; cout What is the output: int x=5; cout 📚 Related Topic Introduction to C++ (187) Variables and Data Types (160) Control Statements (133)
64 Question 64 EN + हिं GB What is the output: int x=5,y=3; cout<<(x>y)-(x IN आउटपुट क्या है: int x=5,y=3; अदालत A 1 1 B 2 2 D Compile error संकलन त्रुटि ✅ Correct Answer: 💡 Explanation / व्याख्या Explanation (English) (x>y)=1,(x व्याख्या (हिन्दी) (x>y)=1,(x 🎯 Exam Perspective OOP Using C++ ("Operators in C++" sub-topic) के इस प्रश्न को कई प्रतियोगी परीक्षाओं जैसे SSC, Railway, Banking और State PCS में repeat होते देखा गया है। Concept clarity के लिए explanation section जरूर पढ़ें। 🔗 Related Questions What is the output: int x=5; cout What is the output: int a=2,b=3; cout What is the output: int x=1; cout 📚 Related Topic Introduction to C++ (187) Variables and Data Types (160) Control Statements (133)
65 Question 65 EN + हिं GB What is the output: int x=5; cout<<(x&-1); IN आउटपुट क्या है: int x=5; अदालत A 5 5 C -1 -1 D Compile error संकलन त्रुटि ✅ Correct Answer: 💡 Explanation / व्याख्या Explanation (English) -1 all bits set; x&(-1)=x=5. Output: 5. व्याख्या (हिन्दी) -1 सभी बिट्स सेट; x&(-1)=x=5. आउटपुट: 5. 🎯 Exam Perspective यह सवाल OOP Using C++ ("Operators in C++" sub-topic) category का है, और SSC CGL, IBPS, RRB और State-level परीक्षाओं के exam pattern में इस तरह के questions common हैं। Answer choose करने के बाद दिया गया explanation जरूर पढ़ें। 🔗 Related Questions What is the output: int x=5,y=3; cout What is the output: int x=5; cout What is the output: int x=100; cout 📚 Related Topic Introduction to C++ (187) Variables and Data Types (160) Control Statements (133)
66 Question 66 EN + हिं GB What is the output: int x=5; cout<<(x|-1); IN आउटपुट क्या है: int x=5; अदालत A -1 -1 B 5 5 D Compile error संकलन त्रुटि ✅ Correct Answer: 💡 Explanation / व्याख्या Explanation (English) x|-1: any value OR all-bits-set = -1. Output: -1. व्याख्या (हिन्दी) x|-1: कोई भी मान या सभी-बिट्स-सेट = -1। आउटपुट:-1. 🎯 Exam Perspective यह प्रश्न OOP Using C++ ("Operators in C++" sub-topic) की तैयारी करने वाले अभ्यर्थियों के लिए उपयोगी है। इस तरह के प्रश्न अक्सर UPSC, SSC, Banking और Police भर्ती जैसी परीक्षाओं में पूछे जाते रहे हैं, इसलिए concept और explanation दोनों को ध्यान से समझें, सिर्फ उत्तर याद न करें। 🔗 Related Questions What is the output: int x=5; int y=++x; cout What is the output: int x=0; cout What is the output: int x=5; int y=++x>5?1:0; cout 📚 Related Topic Introduction to C++ (187) Variables and Data Types (160) Control Statements (133)
67 Question 67 EN + हिं GB What is the output: int x=5; cout<<(x^-1); IN आउटपुट क्या है: int x=5; अदालत A -6 -6 B 5 5 C Compile error संकलन त्रुटि D Undefined अपरिभाषित ✅ Correct Answer: 💡 Explanation / व्याख्या Explanation (English) x^(-1): XOR with all-bits-set = bitwise NOT = ~5 = -6. Output: -6. व्याख्या (हिन्दी) x^(-1): ऑल-बिट्स-सेट के साथ XOR = बिटवाइज़ NOT = ~5 = -6। आउटपुट: -6. 🎯 Exam Perspective OOP Using C++ ("Operators in C++" sub-topic) से जुड़ा यह सवाल उन students के लिए काम का है जो Railway, SSC, Banking और Defence परीक्षाओं की तैयारी कर रहे हैं। बेहतर होगा कि explanation पढ़कर concept clear करें, ताकि exam में similar प्रश्न आने पर confusion न हो। 🔗 Related Questions What is the output: int a=2,b=3; cout What is the output: int x=0; cout What is the output: int x=5,y=3; cout 📚 Related Topic Introduction to C++ (187) Variables and Data Types (160) Control Statements (133)
68 Question 68 EN + हिं GB What is the output: int x=0; cout<<(x||x++); IN आउटपुट क्या है: int x=0; अदालत A 1 1 C Undefined अपरिभाषित D Compile error संकलन त्रुटि ✅ Correct Answer: 💡 Explanation / व्याख्या Explanation (English) x=0 falsy; x++ evaluated: returns 0 falsy, x=1. 0||0=0. Output: 0. व्याख्या (हिन्दी) x=0 मिथ्या; x++ का मूल्यांकन किया गया: 0 मिथ्या लौटाता है, x=1। 0||0=0. आउटपुट: 0. 🎯 Exam Perspective SSC, Railway, Banking और State PCS जैसी परीक्षाओं में OOP Using C++ ("Operators in C++" sub-topic) से सवाल अक्सर पूछे जाते हैं। इसलिए सिर्फ answer रटने के बजाय, नीचे दी गई explanation को ध्यान से पढ़ें और concept समझें। 🔗 Related Questions What is the output: int x=5,y=3; cout What is the output: int x=7; cout What is the output: int x=0; cout 📚 Related Topic Introduction to C++ (187) Variables and Data Types (160) Control Statements (133)
69 Question 69 EN + हिं GB What is the output: int x=5; cout<<((x%2)+2)%2; IN आउटपुट क्या है: int x=5; अदालत A 1 1 C Compile error संकलन त्रुटि D Undefined अपरिभाषित ✅ Correct Answer: 💡 Explanation / व्याख्या Explanation (English) 5%2=1. (1+2)%2=3%2=1. Output: 1. व्याख्या (हिन्दी) 5%2=1. (1+2)%2=3%2=1. आउटपुट: 1. 🎯 Exam Perspective अगर आप SSC CGL, IBPS, RRB और State-level परीक्षाओं की तैयारी कर रहे हैं, तो OOP Using C++ ("Operators in C++" sub-topic) का यह topic आपके लिए महत्वपूर्ण है। Exam में accuracy बढ़ाने के लिए हर सवाल की explanation जरूर पढ़ें। 🔗 Related Questions What is the output: int x=5; int y=++x>5?1:0; cout What is the output: int x=0; cout What is the output: int x=5,y=3; cout 📚 Related Topic Introduction to C++ (187) Variables and Data Types (160) Control Statements (133)
70 Question 70 EN + हिं GB What is the output: int x=100; cout<<(x/10/10); IN आउटपुट क्या है: int x=100; अदालत A 1 1 B 10 10 C 100 100 D Compile error संकलन त्रुटि ✅ Correct Answer: 💡 Explanation / व्याख्या Explanation (English) 100/10=10, 10/10=1. Output: 1. व्याख्या (हिन्दी) 100/10=10, 10/10=1. आउटपुट: 1. 🎯 Exam Perspective OOP Using C++ ("Operators in C++" sub-topic) के इस प्रश्न को कई प्रतियोगी परीक्षाओं जैसे UPSC, SSC, Banking और Police भर्ती में repeat होते देखा गया है। Concept clarity के लिए explanation section जरूर पढ़ें। 🔗 Related Questions What is the output: int x=5; int y=++x>5?1:0; cout What is the output: int x=5; cout What is the output: int a=2,b=3; cout 📚 Related Topic Introduction to C++ (187) Variables and Data Types (160) Control Statements (133)
71 Question 71 EN + हिं GB What is the output: int x=5; int y=x++; cout< IN आउटपुट क्या है: int x=5; int y=x++; अदालत A 1 1 C Undefined अपरिभाषित D Compile error संकलन त्रुटि ✅ Correct Answer: 💡 Explanation / व्याख्या Explanation (English) y=5 (post-increment), x=6. x-y=1. Output: 1. व्याख्या (हिन्दी) y=5 (वृद्धि के बाद), x=6. x-y=1. आउटपुट: 1. 🎯 Exam Perspective यह सवाल OOP Using C++ ("Operators in C++" sub-topic) category का है, और Railway, SSC, Banking और Defence परीक्षाओं के exam pattern में इस तरह के questions common हैं। Answer choose करने के बाद दिया गया explanation जरूर पढ़ें। 🔗 Related Questions What is the output: int x=0; cout What is the output: int x=5; int y=++x; cout What is the output: int x=5; cout 📚 Related Topic Introduction to C++ (187) Variables and Data Types (160) Control Statements (133)
72 Question 72 EN + हिं GB What is the output: int x=5; int y=++x; cout< IN आउटपुट क्या है: int x=5; int y=++x; अदालत B 1 1 C Undefined अपरिभाषित D Compile error संकलन त्रुटि ✅ Correct Answer: 💡 Explanation / व्याख्या Explanation (English) ++x=6=y. x-y=0. Output: 0. व्याख्या (हिन्दी) ++x=6=y. x-y=0. आउटपुट: 0. 🎯 Exam Perspective यह प्रश्न OOP Using C++ ("Operators in C++" sub-topic) की तैयारी करने वाले अभ्यर्थियों के लिए उपयोगी है। इस तरह के प्रश्न अक्सर SSC, Railway, Banking और State PCS जैसी परीक्षाओं में पूछे जाते रहे हैं, इसलिए concept और explanation दोनों को ध्यान से समझें, सिर्फ उत्तर याद न करें। 🔗 Related Questions What is the output: int x=5; cout What is the output: int x=7; cout What is the output: int x=5,y=3; cout 📚 Related Topic Introduction to C++ (187) Variables and Data Types (160) Control Statements (133)
73 Question 73 EN + हिं GB What is the output: int a=2,b=3; cout<<(a< IN आउटपुट क्या है: int a=2,b=3; अदालत A 4 4 B 12 12 C -4 -4 D Compile error संकलन त्रुटि ✅ Correct Answer: 💡 Explanation / व्याख्या Explanation (English) 2<<3=16, 3<<2=12. 16-12=4. Output: 4. व्याख्या (हिन्दी) 2 🎯 Exam Perspective OOP Using C++ ("Operators in C++" sub-topic) से जुड़ा यह सवाल उन students के लिए काम का है जो SSC CGL, IBPS, RRB और State-level परीक्षाओं की तैयारी कर रहे हैं। बेहतर होगा कि explanation पढ़कर concept clear करें, ताकि exam में similar प्रश्न आने पर confusion न हो। 🔗 Related Questions What is the output: int x=5; int y=++x; cout What is the output: int x=100; cout What is the output: int x=0; cout 📚 Related Topic Introduction to C++ (187) Variables and Data Types (160) Control Statements (133)
74 Question 74 EN + हिं GB What is the output: int x=7; cout<<(x&0x55); IN आउटपुट क्या है: int x=7; अदालत A 5 5 B 7 7 D Compile error संकलन त्रुटि ✅ Correct Answer: 💡 Explanation / व्याख्या Explanation (English) 0b00000111 & 0b01010101 = 0b00000101 = 5. Output: 5. व्याख्या (हिन्दी) 0b00000111 और 0b01010101 = 0b00000101 = 5. आउटपुट: 5. 🎯 Exam Perspective UPSC, SSC, Banking और Police भर्ती जैसी परीक्षाओं में OOP Using C++ ("Operators in C++" sub-topic) से सवाल अक्सर पूछे जाते हैं। इसलिए सिर्फ answer रटने के बजाय, नीचे दी गई explanation को ध्यान से पढ़ें और concept समझें। 🔗 Related Questions What is the output: int x=5,y=3; cout What is the output: cout What is the output: int x=5; int y=++x>5?1:0; cout 📚 Related Topic Introduction to C++ (187) Variables and Data Types (160) Control Statements (133)
75 Question 75 EN + हिं GB What is the output: int x=0; cout<<(++x,++x,++x); IN What is the output: int x=0; अदालत A 3 3 B 1 1 C Undefined अपरिभाषित D Compile error संकलन त्रुटि ✅ Correct Answer: 💡 Explanation / व्याख्या Explanation (English) Comma: ++x=1, ++x=2, ++x=3. Returns 3. Output: 3. व्याख्या (हिन्दी) अल्पविराम: ++x=1, ++x=2, ++x=3. रिटर्न 3. आउटपुट: 3. 🎯 Exam Perspective अगर आप Railway, SSC, Banking और Defence परीक्षाओं की तैयारी कर रहे हैं, तो OOP Using C++ ("Operators in C++" sub-topic) का यह topic आपके लिए महत्वपूर्ण है। Exam में accuracy बढ़ाने के लिए हर सवाल की explanation जरूर पढ़ें। 🔗 Related Questions What is the output: int x=0; cout What is the output: int x=5; int y=x++; cout What is the output: int x=1; cout 📚 Related Topic Introduction to C++ (187) Variables and Data Types (160) Control Statements (133)