difference between c and c++?

Answer Posted / kasi

1)C is procedure oriented programming & c++ is object
oriented programming.
2}c gives importance to procedure that is functions rather
than data.
c++ is object oriented language and gives importance to
object that is data .
3)c is middle level language.
c++ is high level language
4)c is structured design,c++ is object oriented design
5)c is top-down approach,c++ is bottom-top approach

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the use of structure in c++?

635


What are the comments in c++?

656


What is a responder chain?

654


How would you differentiate between a pre and post increment operators while overloading?

738


What is the use of bit fields in structure declaration?

628






What happens if a pointer is deleted twice?

905


what is VOID?

709


Why should we use null or zero in a program?

686


What is c++ stringstream?

705


How can a called function determine the number of arguments that have been passed to it?

757


what is Member Functions in Classes?

706


Do we have to use initialization list in spite of the assignment in constructors?

670


What are the three forms of cin.get() and what are their differences?

716


What is #include iomanip?

635


What is else if syntax?

772