The only way to attain a C++ certification is by practicing with real time
certification test. This test is specially designed for candidates preparing
for C++ certification exams. Certification exams test your knowledge on various
aspects of C++ - both theoritical as well as practical. Comprising of 20
questions on C++ this test is extremely helpful for those planning to appear
for C++ certification exam.
Online Practice
Test > C++ Test
Here are few sample C++ test/quiz questions
By default, all members of a class have ___________ access for all its
members
Public
Protected
No access
private
What is a constructor?
A class automatically called whenever a new object of this class is created.
A class automatically called whenever a new object of this class is destroyed.
A function automatically called whenever a new object of this class is created.
A function automatically called whenever a new object of this class is
destroyed.
Click here to start C++
quiz/test
More Links
Latest answer: It is a constructor that
accepts one argument of a different type..............
Latest answer: It relieves the burden
involved in calling a function. It is used for functions that need fast
execution...............
|