difference between c and c++?

Answer Posted / umamaheswari.k

1.'c' language has pointer concept but c++ hasn't pointer
concept.
2.c is a middle level language
3.c++ oops.
4c++ has inheritance concept but c has not inheritance
concept

Is This Answer Correct ?    38 Yes 41 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is swift faster than go?

718


What are the vectors in c++?

670


What is else if syntax?

772


When does a 'this' pointer get created?

708


Explain bubble sorting.

725






What is a map in c++?

689


Can we overload operator in c++?

657


Why isn't sizeof for a struct equal to the sum of sizeof of each member?

625


Why main function is special in c++?

755


What does int * mean in c++?

772


How does com provide language transparency?

697


Tell me difference between constant pointer and pointer to a constant.

746


If a round rectangle has straight edges and rounded corners, your roundrect class inherits both from rectangle and from circle, and they in turn both inherit from shape, how many shapes are created when you create a roundrect?

764


What is problem with overriding functions?

676


Define linked lists with the help of an example.

645