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

Give example of a pure virtual function in c++?

689


Why c++ is faster than java?

705


What is c++ coding?

759


What is #include iomanip?

635


Difference between Abstraction and encapsulation in C++?

677






Does c++ have finally?

651


How to get the current position of the file pointer?

646


What is #include sstream?

710


What is DlgProc?

685


Explain the isa and hasa class relationships. How would you implement each?

724


Can a program run without main function?

741


What sorting algorithm does c++ use?

680


What number of digits that can be accuratly stored in a float (based on the IEEE Standard 754)? a) 6 b) 38 c) An unlimited number

907


Explain how functions are classified in C++ ?

900


How to declare a pointer to an array of integers?

730