What are advantages of C++ when comparing with C?

Answer Posted / a geek

We can not compare C to C++.
C++ programming is object oriented and and lot of features
which are no way achievable in C easily.

Is This Answer Correct ?    20 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

State the difference between pre and post increment/decrement operations.

598


If dog is a friend of boy, is boy a friend of dog?

565


What are pointer-to-members in C++? Give their syntax.

610


What is virtual base class uses?

703


Should the member functions which are made public in the base class be hidden?

553






What are iterators in c++?

587


What header file is needed for exit(); a) stdlib.h b) conio.h c) dos.h

600


What is the most common mistake on c++ and oo projects?

512


What is searching?

640


What is a pointer how and when is it used?

565


Differentiate between structure and class in c++.

589


What is an iterator?

680


Write a program using shift_half( ) function to shift the elements of first half array to second half and vice versa.

779


Differentiate between realloc() and free().

588


When should we use container classes instead of arrays?

574