difference between c and c++?
Answer Posted / asri
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 ? | 393 Yes | 36 No |
Post New Answer View All Answers
Explain the use of vtable.
How to get the current position of the file pointer?
What can c++ be used for?
How do you flush std cout?
Explain the scope of resolution operator.
What it is and how it might be called (2 methods).
What is an incomplete type in c++?
Can you overload the operator+ for short integers?
Can turbo c++ run c program?
If a function doesn’t return a value, how do you declare the function?
Explain bubble sorting.
which one is equivalent to multiplying by 2:Left shifting a number by 1 or Left shifting an unsigned int or char by 1?
Give 10 points of differences between C & C++.
Differentiate between an external iterator and an internal iterator?
Define linked lists with the help of an example.