difference between c and c++?
Answer Posted / kaustubh mahajan
C is procedure oriented programming & c++ is object
oriented programming.
c++ contains classes & object,c++ does not require format
specifier for printing & scanning variables.
| Is This Answer Correct ? | 131 Yes | 31 No |
Post New Answer View All Answers
Is atoi safe?
Is c++ still in demand?
What is the use of turbo c++?
What is the difference between prefix and postfix versions of operator++()?
What is the use of class in c++?
How many types of classes are there in c++?
How would you call C functions from C++ and vice versa?
How come you find out if a linked-list is a cycle or not?
What are structures and unions?
Should you pass exceptions by value or by reference?
Is recursion allowed in inline functions?
What is difference between c++ 11 and c++ 14?
Why is it called c++?
Which is most difficult programming language?
What is a null object in c++?