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
What is the full form of ios?
What are vtable and vptr?
Define anonymous class.
Difference between overloading vs. Overriding
What is code reusability in c++?
How a new element can be added or pushed in a stack?
What is the object serialization?
What are the data types in c++?
What is the standard template library (stl)?
the maximum length of a character constant can be a) 2 b) 1 c) 8
Please explain the reference variable in c++?
How can you link a c program with a c function?
Difference between struct and class in terms of access modifier.
What are different types of loops in c++?
What is ios in c++?