[{"id":190411,"question":"\"new\" and \"delete\" keywords are _____________ in C++ language","choices":[{"text":"Built-in- Function","value":"A"},{"text":"Operators","value":"B"},{"text":"Memory Allocation Function","value":"C"},{"text":"None of the given options","value":"D"},{"value":"E"}],"correctAnswer":3},{"id":190410,"question":"New operator allocates memory from free store and return.","choices":[{"text":"A pointer","value":"A"},{"text":"A reference","value":"B"},{"text":"An integer","value":"C"},{"text":"A float","value":"D"},{"value":"E"}],"correctAnswer":1},{"id":190409,"question":"With user-defined data type variables (Objects), self assignment can produce.","choices":[{"text":"Syntax error","value":"A"},{"text":"Logical error","value":"B"},{"text":"Link error","value":"C"},{"text":"Non of the given options","value":"D"},{"value":"E"}],"correctAnswer":4},{"id":190408,"question":"When an operator function is defined as member function for a binary Plus (+) operator then the number of argument it take is/are","choices":[{"text":"Zero","value":"A"},{"text":"One","value":"B"},{"text":"Two","value":"C"},{"text":"N arguments","value":"D"},{"value":"E"}],"correctAnswer":3},{"id":190407,"question":"While calling function, the arguments are assigned to the parameters from _____________.","choices":[{"text":"left to right","value":"A"},{"text":"right to left","value":"B"},{"text":"no specific order is followed","value":"C"},{"text":"none of the given options","value":"D"},{"value":"E"}],"correctAnswer":1},{"id":190406,"question":"The programs, in which we allocate static memory, run essentially on ________","choices":[{"text":"Heap","value":"A"},{"text":"System Cache","value":"B"},{"text":"None of the given options","value":"C"},{"text":"Stack","value":"D"},{"value":"E"}],"correctAnswer":4},{"id":190405,"question":"For cin, the source is normally a ________ and destination can be.","choices":[{"text":"File,native data type","value":"A"},{"text":"Disk, user-define type","value":"B"},{"text":"Keyboard, variable","value":"C"},{"text":"File, user-define type","value":"D"},{"value":"E"}],"correctAnswer":3},{"id":190404,"question":"If overloaded plus operator is implemented as non-member function then which of the following statement will be true for the statement given below?obj3 = obj1 + obj2 ;","choices":[{"text":"obj2 will be passed as an argument to + operator whereas obj2 willdrive the + operator","value":"A"},{"text":"obj1 will drive the + operator whereas obj2 will be passed as an argument to + operator","value":"B"},{"text":"Both objects (obj1, obj2) will be passed as arguments to the + operator (not sure)","value":"C"},{"text":"Any of the objects (obj1, obj2) can drive the + operator","value":"D"},{"value":"E"}],"correctAnswer":3},{"id":190403,"question":"The prototype of friend functions must be written ____ the class and its definition must be written ____.","choices":[{"text":"inside, inside the class","value":"A"},{"text":"inside, outside the class","value":"B"},{"text":"outside, inside the class","value":"C"},{"text":"outside, outside the class","value":"D"},{"value":"E"}],"correctAnswer":4},{"id":190402,"question":"Friend functions are _____ of a class","choices":[{"text":"Member functions","value":"A"},{"text":"Public member functions","value":"B"},{"text":"Private member functions","value":"C"},{"text":"Non-member functions","value":"D"},{"value":"E"}],"correctAnswer":4}]