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
Who discovered c++?
Define a constructor?
What is data hiding c++?
What is general form of pure virtual function? Explain?
What is stoi in c++?
How is computer programming useful in real life?
What is c++ good for?
Which is not a valid keyword a) public b) protected c) guarded
Is arr and &arr are same expression for an array?
What are c++ data types?
How do you remove an element from a set in c++?
What is c++ manipulator?
What is purpose of new operator?
What are the uses of pointers?
Which programming language is best to learn first?