[{"id":190401,"question":"For which array, the size of the array should be one more than the number of elements in an array?","choices":[{"text":"int","value":"A"},{"text":"double","value":"B"},{"text":"float","value":"C"},{"text":"char","value":"D"},{"value":"E"}],"correctAnswer":4},{"id":190400,"question":"Skill(s) that is/are needed by programmer’s _______________________.","choices":[{"text":"Paying attention to detail","value":"A"},{"text":"Think about the reusability","value":"B"},{"text":"Think about user interface","value":"C"},{"text":"All of the given options","value":"D"},{"value":"E"}],"correctAnswer":4},{"id":190399,"question":"What does STL stand for?","choices":[{"text":"Source template library","value":"A"},{"text":"Standard template library","value":"B"},{"text":"Stream template library","value":"C"},{"text":"Standard temporary library","value":"D"},{"value":"E"}],"correctAnswer":2},{"id":190398,"question":"Default mechanism of function calling in case of array is _____ and in case of variable is ___.","choices":[{"text":"Call by value, call by reference","value":"A"},{"text":"Call by referene, call by reference","value":"B"},{"text":"Call by reference, call by value","value":"C"},{"text":"Call by value, call by value","value":"D"},{"value":"E"}],"correctAnswer":3},{"id":190397,"question":"What is the sequence of event(s) when allocating memory using new operator?","choices":[{"text":"Only block of memory is allocated for objects","value":"A"},{"text":"Only constructor is called for objects","value":"B"},{"text":"Memory is allocated first before calling constructor","value":"C"},{"text":"Constructor is called first before allocating memory","value":"D"},{"value":"E"}],"correctAnswer":3},{"id":190396,"question":"When we define an array of objects then","choices":[{"text":"Destructor will call once for whole array","value":"A"},{"text":"Destructor will call for each object of the array","value":"B"},{"text":"Destructor will never call","value":"C"},{"text":"Depends on the size of array","value":"D"},{"value":"E"}],"correctAnswer":2},{"id":190395,"question":"Array is a data structure which store","choices":[{"text":"Memory addresses","value":"A"},{"text":"Variables","value":"B"},{"text":"Data Type","value":"C"},{"text":"Data","value":"D"},{"value":"E"}],"correctAnswer":3},{"id":190394,"question":"When an array is passed to a function then default way of passing this array is","choices":[{"text":"By data","value":"A"},{"text":"By reference","value":"B"},{"text":"By value","value":"C"},{"text":"By data type","value":"D"},{"value":"E"}],"correctAnswer":2},{"id":190393,"question":"In C/C++ if we define an array of size eight (8) i.e. int Arr [8]; then the last element of this array will be stored at","choices":[{"text":"Arr[0]","value":"A"},{"text":"Arr[8]","value":"B"},{"text":"Arr[7]","value":"C"},{"text":"Arr[-1]","value":"D"},{"value":"E"}],"correctAnswer":3},{"id":190392,"question":"Which of the following option will be true, if we overload \"-=\" operator?","choices":[{"text":"only - operator needs to be overloaded","value":"A"},{"text":"Minus (-) and = operators need to be overloaded","value":"B"},{"text":"the -= operator need to be overloaded explicitly","value":"C"},{"text":"the - and = operators need to be overloaded implicitly","value":"D"},{"value":"E"}],"correctAnswer":3}]