C++ certification test - C++ certification exams

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

Click here to start C++ quiz/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
What is a conversion constructor?

Latest answer: It is a constructor that accepts one argument of a different type..............

Explain the advantages of inline functions.

Latest answer: It relieves the burden involved in calling a function. It is used for functions that need fast execution............... 



Write your comment - Share Knowledge and Experience

Discussion Board
C++ certification test - C++ certification exams

Which of the following below is /are a valid iterator type?

Input Iterator
Backward Iterator
Forward Iterator
Both a and c above


C++ certification test 05-11-2012 05:22 AM

C++ certification test - C++ certification exams

What is the difference between overloaded functions and overridden functions?

Overloading is a dynamic or run-time binding and Overriding is static or compile-time binding
Redefining a function in a friend class is called function overriding while Redefining a function in a derived class is called a overloaded fucntion.
Overloading is a static or compile-time binding and Overriding is dynamic or run-time binding
Redefining a function in a friend class is called function overloading while Redefining a function in a derived class is called as overridden fucnion.


C++ certification test 05-11-2012 05:22 AM

C++ certification test - C++ certification exams

What is shallow copy?

A shallow copy creates a copy of the dynamically allocated objects too.
A shallow copy just copies the values of the data as they are.
A shallow copy creates a copy of the statically allocated objects too
Both b and c above


C++ certification test 05-11-2012 05:22 AM

C++ certification test - C++ certification exams

Which of the following library function below by default aborts the program?

Terminate()
end()
Abort()
exit()


C++ certification test 05-11-2012 05:22 AM

More online test

PHP Online Test
DHTML Online Test
CSS Quiz
MySQL Online Test
VLSI Online Test
XML Quiz
UML Online Test


Career 12-20-2011 04:35 AM

 


Latest MCQs
» General awareness - Banking » ASP.NET » PL/SQL » Mechanical Engineering
» IAS Prelims GS » Java » Programming Language » Electrical Engineering
» English » C++ » Software Engineering » Electronic Engineering
» Quantitative Aptitude » Oracle » English » Finance
Home | About us | Sitemap | Contact us | We are hiring