What is c++ & why it is used?


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

Post New Answer

More C++ General Interview Questions

What is class and structure in c++?

0 Answers  


What do you mean by funtion prototype?

0 Answers  


What is a namespace in c++?

0 Answers  


Which command properly allocates memory a) char *a=new char[20]; b) char a=new char[20]; c) char a=new char(20.0);

0 Answers  


Is it possible for a member function to use delete this?

0 Answers  






How are the features of c++ different from c?

0 Answers  


What is the iunknown interface?

0 Answers  


What is the use of dot in c++?

0 Answers  


How to detect memory leaks in c++

1 Answers   Mphasis,


What is a null object in c++?

0 Answers  


What is a built-in function?

1 Answers  


what are the iterator and generic algorithms.

0 Answers  


Categories