Home > B.Sc (CS) > Quizzes > BSc(IT) - Object Oriented Programming with C++
BSc(IT) - Object Oriented Programming with C++
Fast practice, instant feedback. Timer auto-submits when time’s up.
Avg score: 14% Most missed: “Which of the following is not a valid file mode?”
BSc(IT) - Object Oriented Programming with C++
Time left 00:00
25 Questions

1. Looping in a program means _____.
2. The library function isalpha() requires the _______ header file.
3. Definition of the function is not necessary in ________.
4. Set precision requires the header file _____.
5. ___________ is not a type of scope in c++.
6. The name of a function variable or class is called____.
7. getline() and write() are _________ oriented functions.
8. Inline is a _________________.
9. ______is the fundamental building block of object oriented programming language.
10. In a group of nested loops, which loop is executed the most number of times?
11. The other name for derived class is __________.
12. For a binary member operator function, the left operand is passed through _____.
13. In a two dimensional array called list with dimensions 4X9 the element 2,3 can be accessed by using the expression _____.
14. Which of the following is not the member of class?
15. ios::right produces the output as ___________.
16. Find out the error in following block of code. if (x=100) cout<
17. A _______________ is an instance of class.
18. If the type specifier of parameters of a function is followed by an ampersand (&), that function call is _______.
19. Which of the following gives the memory address of a variable pointed to pointer a?
20. Which of the following is not an arithmetic operator?
21. ________ function is a function that calls itself repeatedly.
22. Variables that are declared inside a function are called as ______.
23. A continue statement causes execution to skip to ____.
24. _____________ function specifies the number of digits to be displayed after decimal point.
25. Which one of the following is invalid variable name?