HomeC++ TESTC++ Language Test C++ TEST C++ Language Test By hsguruji December 28, 2020 0 810 Share FacebookTwitterPinterestWhatsApp 2 Created on December 28, 2020 By hsguruji C++ Language Test There are 50 most important questions and answers. All the questions are based on new syllabus.In C++ Language exam you will find the questions from here definitely. 1 / 50 1) निम्नलिखित प्रकार के class में से केवल एक ऑब्जेक्ट को बनाया जा सकता है , Virtual class Abstract class Singleton class Friend class 2 / 50 2) इनमे से कोन सा constructor का प्रकार नहीं है , कॉपी constructor Friend constructor Parameterized constructor डिफ़ॉल्ट constructor 3 / 50 3) C++ की खोज किसने की ? Dennis Ritchie Bjarne stroustrup Microsoft James gosling 4 / 50 4) निम्नलिखीत में से कोन सा class सा सदस्य नहीं है , Static function Friend function Const function Virtual function 5 / 50 5) निम्नलिखीत में से कोन सा शब्द किसी class के अन्दर निर्धारित फंक्शन के लिए उपयोग किया जाता है , Member variable Member function Class function Classic function 6 / 50 6) Loop की निमन्लिखित अवधारणा में से कोनसा कम्पाईलर फंक्शन कॉल में argument को शामिल करने की अनुमति देता है , Call by value Call by pointer Call by pointer Default argument 7 / 50 7) निमंलिखित में से कोनसा किवोर्ड dynamic method resolution को support करता है? Virtual abstract abstract typeid 8 / 50 8) निम्नलिखीत में से कोनसा overloading function को सही ढंग से वर्णितकरता है , Virtual polymorphism Transient polymorphism Ad- hoc polymorphism Pseudo polymorphism 9 / 50 9) Pointer को एक से ज्यादा बार declare करने से क्या होता है , Error Null Abort Trap 10 / 50 10) निमंलिखित में से कोन सा कीवर्ड virtual उपयोग नहीं किया जा सकता है , Class Member function Constructor Distractor 11 / 50 11) निम्र में से inheritance आपको क्या करने की अनुमति देता है Create a class Create a inheritance of class Access method इनमे से कोई नहीं 12 / 50 12) निम्नलिखीत में से inheritance के कितने प्रकार है , 2 4 6 5 13 / 50 13) C++ में कितने प्रकार के constructor होते है , 1 2 3 5 14 / 50 14) Polymorphism का क्या मतलब है Class having many forms Class having one single Class many two forms उपरोक्त से कोई नहीं 15 / 50 15) Multiple inhertence का क्या मतलब है , Deriving a base class from derived class Deriving a derived class from another class Deriving a derived class from base class उपरोक्त कोई नहीं 16 / 50 16) निम् में से multiple inhertence में कोन सा symbol उपयोग होता है , (डॉट) (comma) $ (dollar) इनमे से की नहीं 17 / 50 17) निम्नलिखीत में से कोन सा array को declare करता है , Int array [10] Int array; Array {10}; Array array [10]; 18 / 50 18) Array क्या है , Array is homogenies data type An array is a series of element Both a & b उपरोक्त कोई भी नहीं 19 / 50 19) निम्नलिखीत में से inheritance का syntax क्या है , Class name Class name : access speceifer Class name : access speceifer class name इनमे से कोई नहीं 20 / 50 20) निम्न मे से constant किस नाम से जाना जाता है , Const Preprocessor Literal उपरोकत कोइ भी नहीं 21 / 50 21) निम्न मे से कोन सा literal constant क हिससा (part) है, a) Integer numerals b) c) d) Floating point numerals स्ट्रिंग और bloolean value उपरोक्त सभी 22 / 50 22) Constant को कैसे declare करते है Const keyword # डीफ़ाईन preprocessor Both a & b इनमे से कोइ नहीं 23 / 50 23) Function overloading में parameters को पास करने के कितने तरीके है , 1 2 4 3 24 / 50 24) हम function overloading का उपयोग कब करते है , Same function name but different number Different name but same number of argument Same function name but same number of argument Different function name but different number of argument 25 / 50 25) निम्नलिखित में से कोन से ऑपरेटर को higher precedence प्राप्त है , Post fix Unary Shift Equality 26 / 50 26) निम् में से ternary operator को और किस नाम से जाना जाता है , Conditional operator Relational कास्टिंग ऑपरेटर इनमे से कोई नही 27 / 50 27) निम्रलिखित्त में से switch statement को और किस नाम से जाना है , Choosing structure Selective structure Certain structure उपरोक्त कोई भी नहीं 28 / 50 28) Loop के कितने प्रकार होते है , 2 6 4 5 29 / 50 29) Macro कितने प्रकार के होते है , 6 2 3 5 30 / 50 30) निम्नलिखीत में से array की सातवी storage element क्या होगा, Array [6]; Array [7]; Array [5]; कोई भी नहीं 31 / 50 31) निम्नलिखीत में से class name “fruit” के लिए सही destructor कोनसा है ? Int~ fruit() Void fruit () Int ~ fruit (fruit obj) Void ~fruit () 32 / 50 32) {Int x= 5;Int y = 10;Cout < < (x>y?x:y);}का आउटपुट क्या होगा ? 5 10 Syntax error Logical error 33 / 50 33) Int x=10 ; Void main () { Int x =20; Cout < < a< < ::a; } का आउटपुट होगा ? 10 20 20 10 20 20 syntax error 34 / 50 34) x= (y=5, y+5 ) में a की वैल्यू होगी , junk value syntax error 5 10 35 / 50 35) मेमोरी में array के लिए स्पेस allocate करने के लिए निम्नलिखित में से किस फंक्शन का प्रयोग किया जाता है ? calloc() malloc realloc() दोनों a और b 36 / 50 36) जब iteration की संख्या पता हो तो तब निम्नलिखित में से प्रयोग करने के लिए बेस्ट लूपिंग प्रोसेस कोन सी है ? do while while for इनमे से कोई नहीं 37 / 50 37) किस फंक्शन का उपयोग प्रोग्राम से करने पर, मेमोरी अलोकेट करने के लिये किया जाता हैं। Malloc () Calloc () दोनों (a) एवं (b) इनमें से कोई भी नहीं 38 / 50 38) किस फंक्शन का उपयोग अलोकेट मेमोरी को फ्री करने के लिये किया जाता हैं। Malloc () Calloc () Free () इनमें से कोई नहीं 39 / 50 39) इनपुट ऑपरेटर निम्न में से कौन-सा हैं। >> << ‘’ ‘ इनमें से कोई नहीं 40 / 50 40) निम्न में से किस फंक्शन का उपयोग स्क्रीन को क्लियर करने के लिये किया जाता हैं। Clrs (rl) Getch () Cout << Void Main 41 / 50 41) रन टाइम स्क्रीन को होल्ड करने के लिए किस फंक्शन का उपयोग किया जाता हैं। Clrscr () Getch () Free () Getchar () 42 / 50 42) जब किसीएक ऑपरेटर का उपयोग अलग-अलग फंक्शन के लिये किया जाता हैं, तो वह कहलाता हैं। Operator (ऑपरेटर) ओवरलोडिंग ऑपरेटर ओवरलोडिंग इनमें से कोई भी नहीं 43 / 50 43) एक जैसे नाम के फंक्शन के अलग-अलग कार्यों के लिये जिसका उपयोग करते हैं, वह कहलाता हैं – Function पॉलिमारफिज्म फंक्शन पॉलिमारफिज्म उपरोक्त सभी 44 / 50 44) निम्न में किसका उपयोग क्लास के ऑब्जैक्ट को हैंडल करने के लिये होता हैं। Friend (फ्रेंड फंक्शन) मरचुअल फंक्शन दोनों (a) एवं (b) इनलाइन फंक्शन 45 / 50 45) निम्न में Class का भाग कौन-सा नहीं हैं। प्राइवेट (Private) पब्लिक (Public) प्रोटेक्टेड (Protected) मेन फंक्शन (Main function) 46 / 50 46) C++ में स्ट्रक्चर बनाने के लिये किस की-वर्ड का उपायोग किया जाता हैं। स्ट्रट ऑब्जैक्ट स्ट्रक्चर इनमें से कोई भी नहीं 47 / 50 47) क्लास को बंद करने के लिये किस सेपेरेटर (Separator) का उपयोग होता हैं। कोलोन (:) सेमीकोलोन (;) :: स्कोप रेजोल्यूशन ऑपरेटर उपरोक्त सभी 48 / 50 48) जब एक ही क्लास के अंदर मेम्बर फंक्शन को उसके नाम से दूसरे मेम्बर फंक्शन में call किया जाता हैं, तो वह कहलाता हैं। नेस्टलिंग टाँफ मेम्बर फंक्शन प्राइवेट मेम्बर फंक्शन पब्लिक मेम्बर फंक्शन इनमें से कोई नहीं 49 / 50 49) Constructor (कंस्ट्रक्टर) का नाम निम्न में किससे तैयार किया जाता हैं। क्लास स्ट्रक्चर मेंम्बर उपरोक्त सभी 50 / 50 50) ऑपरेटर ओवरलोडिंग में यूनरी ऑपरेटर निम्न में से कौन-सा हैं। + (प्लस) – (माइनस) X (गुणा) उपरोक्त सभी Your score is The average score is 72% LinkedIn Facebook Twitter VKontakte 0% Restart quiz Share FacebookTwitterPinterestWhatsApp Previous articleC Language TestNext articleCSS Language Test hsgurujihttp://hsguruji.comI am a life coach,motivational trainer and a computer master. RELATED ARTICLES LEAVE A REPLY Cancel reply Comment: Please enter your comment! Name:* Please enter your name here Email:* You have entered an incorrect email address! Please enter your email address here Website: Save my name, email, and website in this browser for the next time I comment. - Advertisment - Most Popular Tally Prime Step by Step Hindi eBook Buy September 16, 2022 Tally Prime Step by Step Pdf Notes Download Free September 16, 2022 MCQs of Could September 1, 2022 Has, Have with Action 3rd form August 18, 2022 Load more Recent Comments