difference between c and c++?
Answer Posted / swapna adusumilli
c is procedure oriented language. In c first we have to
declare methods and call those methods in main(). After that
we have to implement those methods.
c is middle level language.
c++ is object oriented language and gives importance to
object that is data. Here first we have to implement
methods, after that we call those methods in main().
c++ is high level language
| Is This Answer Correct ? | 8 Yes | 4 No |
Post New Answer View All Answers
What is == in programming?
Write about the various sections of the executable image?
Write syntax to define friend functions in C++.
Write about the use of the virtual destructor?
What are arithmetic operators?
What does ctime() do?
Which one is better- macro or function?
What are manipulators used for?
What is oops in c++?
What are move semantics?
What is the history of c++?
What is while loops?
How does list r; differs from list r();?
What is a sequence in c++?
How the delete operator differs from the delete[]operator?