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


Please Help Members By Posting Answers For Below Questions

Who discovered c++?

746


Define a constructor?

781


What is data hiding c++?

769


What is general form of pure virtual function? Explain?

720


What is stoi in c++?

907


How is computer programming useful in real life?

773


What is c++ good for?

770


Which is not a valid keyword a) public b) protected c) guarded

987


Is arr and &arr are same expression for an array?

798


What are c++ data types?

863


How do you remove an element from a set in c++?

815


What is c++ manipulator?

715


What is purpose of new operator?

800


What are the uses of pointers?

772


Which programming language is best to learn first?

773