Who created c++?


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

Post New Answer

More C++ General Interview Questions

Can we use pointers in c++?

0 Answers  


What are the conditions that have to be met for a condition to be an invariant of the class?

1 Answers  


When a function is made inline. Write the situation where inline functions may not work.

2 Answers  


program to print this triangle * * * * * *

12 Answers   Infosys,


What are the advantages of using a pointer? Define the operators that can be used with a pointer.

0 Answers  






How would perform Pattern Matching in C++?

0 Answers   Genpact,


What are multiple inheritances (virtual inheritance)?

0 Answers  


What is "map" in STL?

2 Answers  


Explain about Virtual Function in C++?

0 Answers  


What is a virtual destructor? Explain the use of it?

0 Answers  


Explain linked list using c++ with an example?

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  


Categories