Time left:

[All Quizzes] → [Programming With C++] → [Random - All Topics]


1. ► Model-View-Controller pattern allows to design modular and testable user interface

A.
B.

2. ► A const value can be made to change via static_cast

A.
B.

3. ► ‘>>’ operator is used to write into a stream

A.
B.

4. ► Assertions have no place in unittesting

A.
B.

5. ► Most common unary operator is ‘()’

A.
B.

6. ► static_cast makes use of run-time information

A.
B.

7. ► Only one object of a singleton class is allowed

A.
B.

8. ► Which of the following function can be used for locating a subtring

A.
B.
C.

9. ► ‘const int *’ is same as ‘int const *’

A.
B.

10. ► Template compilation is slow because of:

A.
B.
C.

11. ► Like set, bitset also has iterators to find all the bits

A.
B.

12. ► Interfaces in C++ are implemented through polymorphism

A.
B.

13. ► Defining a class will result in creating an object of this class in the program

A.
B.

14. ► C++ is a loosely typed language

A.
B.

15. ► cppunit is based on XUnit architecture

A.
B.


© 2016 VirtuQ™ Education All right reserved. | Terms of Use | Privacy Policy