What is the main purpose of c++?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

What are the different types of polymorphism in c++?

0 Answers  


What is difference c and c++?

1 Answers  


What do you mean by translation unit?

0 Answers  


Is c or c++ more useful?

0 Answers  


Can a program run without main?

0 Answers  






Is there a sort function in c++?

0 Answers  


Comment on c++ standard exceptions?

0 Answers  


what do you mean by volatile variable?

0 Answers  


How can you quickly find the number of elements stored in a a) static array b) dynamic array ?

5 Answers   Lucent,


What is the output of the following 3D Array int arr[3][2][2]={1,2,3,4,5,6,7,8,9,10,11,12}; what is the output for arr[2][1][0]?

6 Answers   HCL, Integra, IPMC, ORG,


Mention the storage classes in c++.

0 Answers  


Specify some guidelines that should be followed while overloading operators?

0 Answers  


Categories