Home > BCA > Quizzes > Programming in C ++
Programming in C ++
Fast practice, instant feedback. Timer auto-submits when time’s up.
Avg score: 19% Most missed: “C++ begins its execution with ____.”
Programming in C ++
Time left 00:00
25 Questions

1. Every function in C++ are followed by ________.
2. The ___ manipulator skips leading whitespaces
3. The __________ member variable cannot have an initializer.
4. A structure defines a _______ type.
5. _________ function is not a member of the class which does not have this pointer.
6. Which of the following keyword supports dynamic method resolution?
7. A class that is inherited is called as _________ class.
8. ____in a program source code, document the meaning of the code.
9. Each pass through a loop is called a/an __________.
10. A ____ is a storage location that contains data value.
11. _______ function allows creating very efficient code.
12. >> is called as __________ operator.
13. ____________ operation inserts zero bits into low order bits of result.
14. The keyword _______ is used to declare a generic function.
15. The elements of an array can be accessed by providing integer expression called ____.
16. The escape sequence \n represents ____
17. The _____ is predefined identifier that is linked to console output.
18. A _______ defines a class type.
19. ___________ is not a type of scope in c++.
20. A _______ is an alias or synonym for another variable.
21. Which one of the following is invalid variable name?
22. The primary difference between float and double is in the ____ of the value they hold.
23. A _______ access specifier is needed only when inheritance is involved.
24. ______ is an implicit parameter to all member functions.
25. An _____ is an instance of class.