difference between c and c++?

Answer Posted / shilpa

c is procedure oriented language and gives importance to
procedure that is functions rather than data.c is middle
level language.
c++ is object oriented language and gives importance to
object that is data
c++ is high level language

Is This Answer Correct ?    10 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a base class?

694


What is the default width for ouputting a long integer using the insertion operator?

803


What is c++ namespace?

813


What is the most powerful coding language?

709


Define pure virtual function?

644






Write a program which uses functions like strcmp(), strcpy()? etc

717


Does c++ have foreach?

626


What is the arrow operator in c++?

645


What are the various arithmetic operators in c++?

668


Explain pass by value and pass by reference.

685


What is capacity in vector in c++?

640


Is it legal in c++ to overload operator++ so that it decrements a value in your class?

697


Define macro.

695


What is a NULL Macro? What is the difference between a NULL Pointer and a NULL Macro?

713


List the types of polymorphism in c++?

726