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

Explain the concept of memory leak?

0 Answers  


Explain the difference between 'operator new' and the 'new' operator?

1 Answers   Lucent, TCS,


an operation between an integer and real always yeilds a) integer result b) real result c) float result

0 Answers  


Write some differences between an external iterator and an internal iterator?

0 Answers  


What does the following do: for(;;) ; a) Illegal b) Loops forever c) Ignored by compiler...not illegal

0 Answers  






Define upcasting.

0 Answers  


What is an inclusion guard?

0 Answers  


Is map sorted c++?

0 Answers  


In C++ cout is: a) object b) class c) something else

11 Answers   Infosys, Lehman Brothers,


Explain the problem with overriding functions

0 Answers  


How can you quickly find the number of elements stored in a a) static array b) dynamic array ? Why is it difficult to store linked list in an array?how can you find the nodes with repetetive data in a linked list?

0 Answers  


what is oops

2 Answers  


Categories