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
Is c++ map a hash table?
What are the benefits of operator overloading?
What is #include iomanip?
What is the difference between an external iterator and an internal iterator? Describe an advantage of an external iterator?
Do inline functions improve performance?
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?
How do I exit turbo c++?
What is c++ map?
True or false, if you keep incrementing a variable, it will become negative a) True b) False c) It depends
What is function declaration in c++ with example?
How can a called function determine the number of arguments that have been passed to it?
What is the difference between containment and delegation?
What is searching?
What is an operator in c++?
Mention the ways in which parameterized can be invoked. Give an example of each.