Is c or c++ more useful?


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

Post New Answer

More C++ General Interview Questions

What are the two types of polymorphism?

0 Answers  


How delete [] is different from delete?

0 Answers  


In what situations do you have to use initialization list rather than assignment in constructors?

0 Answers  


Write about c++ storage classes?

0 Answers  


Explain the advantages of using friend classes.

0 Answers  






What is the difference between ++ count and count ++?

0 Answers  


What is ios class in c++?

0 Answers  


Tell me can a pure virtual function have an implementation?

0 Answers  


Is string an object in c++?

0 Answers  


What is #include ctype h in c++?

0 Answers  


Inline parameters : What does the compiler do with the parameters of inline function, that can be evaluated in runtime ?

0 Answers  


Define the process of handling in case of destructor failure?

0 Answers  


Categories