C++ December 17, 2017 selva Online Exams Results Hardware Java Hardware Java Next#1. C++ is _________ Programming language. C C Java Java None None OOPS OOPS Next#2. Main() returns _________ type of value. Not Return Not Return Return Return None None Values Values Next#3. ________ is a memory release operator. New New Increment Increment Pointer Pointer Delete Delete Next#4. The Variable _________ has the public scope. Static Static Auto Auto Global Global Register Register Next#5. By default C++ follows ________ type of binding. Data Data Dynamic Dynamic New New Global Global Next#6. Class Contains __________ and ____________ Member Data and Member Function Member Data and Member Function Public and Private Public and Private Object and Inheritance Object and Inheritance None None Next#7. The >= operator can be __________ Overloaded Overloaded Not Overloaded Not Overloaded Constant Constant None None Next#8. A ___________ can be Overloaded. Operator Operator Function Function Pointer Pointer Both a and b Both a and b Next#9. ________ is a reference Operator. & & * * + + - - Next#10. The _________ Classes should have forward declaration. Public Public Private Private Protected Protected Void Void Next#11. _________ function is used to write data to file. Put Put Get Get Both a and b Both a and b None None Next#12. ______ is a increment operator. Next#13. _________ is a pointer operator. None None Next#14. ________ Operator is called as extraction operator. >> >> << << > > < < Next#15. _______ is type specifier. Datatype Datatype Pointer Pointer Array Array None None Next#16. ________ is a user defined data type. Int Int float float char char String String Next#17. __________ returns character type of value. String String Integer Integer Float Float Double Double Next#18. __________ and _____________ are two types of overloading. Function and Operator Function and Operator Array and Function Array and Function Pointer and Array Pointer and Array Operator and Array Operator and Array Next#19. A Class contain both _______ and ________ Data and Function Data and Function Array and Data Array and Data Pointer and Function Pointer and Function None of the above None of the above Next#20. We Can’t create object for _________ class. Data Member Data Member Member Function Member Function Pointer Pointer Static Member Static Member Next#21. ___ and ____ are functions. Recursive and Inline Recursive and Inline Build-in and User defined Build-in and User defined Static and Auto Static and Auto None None Next#22. Fuction called itself repeatedly is called ________ Static Static Inline Inline Recursive Recursive Data Data Next#23. __________ is the reference operator. & & = = * * + + Next#24. Dynamic binding is also known as ________ Late Binding Late Binding Object Binding Object Binding Data Binding Data Binding None None Next#25. A “child” class is said to be ________ from the base class. Derived Derived Parent Parent Object Object Data Data Next#26. ______ is visible only within class. Auto Auto Static Static Register Register Extern Extern Next#27. Early binding is also called as ________ binding. Dynamic Binding Dynamic Binding Data Binding Data Binding Object Binding Object Binding Class Binding Class Binding Next#28. :: is called as _______ Operator. Scope Resolution Operator Scope Resolution Operator Arithmetic Operator Arithmetic Operator Assignment Operator Assignment Operator Relational Operator Relational Operator Next#29. OOP stands for _______________ Object Oriented Programming Object Oriented Programming Object Orderable Program Object Orderable Program Oriented Object Program Oriented Object Program None None Next#30. Manipulator funcion exist in ______________ Stream Stream String String Output Output Input Input Next#31. Size of double data type is _____ byte. 8 8 4 4 5 5 2 2 Next#32. >> symbol denotes ___________ Left Shift Left Shift Right Shift Right Shift Increment Increment Decrement Decrement Next#33. Encapsulation means _____________ Wrap up of data and function Wrap up of data and function Set of data and function Set of data and function Edit of data and function Edit of data and function None None Next#34. C++ is a __________ Level language. High High Low Low Middle Middle None None Next#35. In C++, a function contained within the class is called __________ Automatic Variable Automatic Variable Register Variable Register Variable Static Variable Static Variable Extern Variable Extern Variable Next#36. By default structure members are _____________ Static Static Extern Extern Auto Auto Register Register Next#37. Setw() is used for _________ To set Width To set Width To set Weight To set Weight To set Word To set Word None None Next#38. The Operator _________ can be overloaded. + + .* .* ?: ?: . . Next#39. A Class which has pure virtual is known as ___________ Friend Friend Virtual Virtual New New Delete Delete Next#40. ________ and __________ are two types of Templates. Function and Object Function and Object Function and Class Function and Class Class and Object Class and Object Class and Friend Class and Friend Next#41. A ________ function can access the private member of a class. Global Global Static Static Register Register Auto Auto Next#42. Clrscr() function exists in _________ header file. iostream iostream stdio stdio math math conio conio Next#43. The process of creating a derived class from an existing base class is called as ________ Single Inheritance Single Inheritance Multiple Inheritance Multiple Inheritance Multilevel Inheritance Multilevel Inheritance Hybrid Inheritance Hybrid Inheritance Next#44. Constructor which accept objects as arguments is called _________ Copy Constructor Copy Constructor Default Constructor Default Constructor Parameterized Constructor Parameterized Constructor Dynamic Constructor Dynamic Constructor Next#45. A ____________ to a base class to an object of the derive class. Public Public Private Private Protected Protected None None Next#46. C++ is an extension to __________ programming language. C C Java Java Cobol Cobol Foxpro Foxpro Next#47. Manipulator function is used the header file ________ .manip .manip .iostream .iostream .math .math .conio .conio Next#48. ________ is scope resolution operator. :: :: : : . . .* .* Next#49. __________ operator cannot be overloaded. + + * * - - .* .* Next#50. Define Single Inheritance ________________ One class derived from another one class One class derived from another one class One class derived from another class which have been derived One class derived from another class which have been derived One class derived from more than one class One class derived from more than one class One class is used more than one One class is used more than one Next#51. Combination of two types on Inheritance is called ____________ Single Single Hierarchical Hierarchical Hybrid Hybrid Multiple Multiple Next#52. A destructor can be overloaded _____________ Automatically Automatically Manually Manually Single Single None None Next#53. To handle file I/O, special classes have already been defined in the header file _______ Stdio Stdio Conio Conio Iostream Iostream Math Math Next#54. Virtual function is used the keyword ____________ New New Friend Friend Delete Delete Virtual Virtual Next#55. The user must always define the operation of the _________ constructor. Default Default Parameterised Parameterised Copy Copy Dynamic Dynamic Finish Hardware Java