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

Is c++ map a hash table?

770


What are the benefits of operator overloading?

893


What is #include iomanip?

751


What is the difference between an external iterator and an internal iterator? Describe an advantage of an external iterator?

837


Do inline functions improve performance?

823


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?

873


How do I exit turbo c++?

776


What is c++ map?

754


True or false, if you keep incrementing a variable, it will become negative a) True b) False c) It depends

2094


What is function declaration in c++ with example?

735


How can a called function determine the number of arguments that have been passed to it?

881


What is the difference between containment and delegation?

948


What is searching?

862


What is an operator in c++?

801


Mention the ways in which parameterized can be invoked. Give an example of each.

787