What is the advantage of c++ over c?


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

Post New Answer

More C++ General Interview Questions

give me some class & objects examples?

1 Answers  


Explain how would you handle a situation where you cannot call the destructor of a local explicitly?

0 Answers  


What is command line arguments in C++? What are its uses? Where we have to use this?

0 Answers   HCL,


Difference between linked list and array?

3 Answers  


What is purpose of new operator?

0 Answers  






Which format specifier is used for printing a pointer value?

0 Answers  


How can you tell what shell you are running on unix system?

0 Answers  


What are put and get pointers?

0 Answers  


How the keyword struct is different from the keyword class in c++?

0 Answers  


Will a catch statement catch a derived exception if it is looking for the base class?

0 Answers  


Can you declare an array without a size in c++?

0 Answers  


What is realloc() and free()? What is difference between them?

1 Answers  


Categories