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
What is the use of structure in c++?
What are the comments in c++?
What is a responder chain?
How would you differentiate between a pre and post increment operators while overloading?
What is the use of bit fields in structure declaration?
What happens if a pointer is deleted twice?
what is VOID?
Why should we use null or zero in a program?
What is c++ stringstream?
How can a called function determine the number of arguments that have been passed to it?
what is Member Functions in Classes?
Do we have to use initialization list in spite of the assignment in constructors?
What are the three forms of cin.get() and what are their differences?
What is #include iomanip?
What is else if syntax?