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 a set in c++?
What are default parameters? How are they evaluated in c++ function?
What is flush c++?
How can you specify a class in C++?
Which one between if-else and switch is more efficient?
Explain what are the sizes and ranges of the basic c++ data types?
Can you please explain the difference between static and dynamic binding of functions?
What does catch(…) mean?
Why do we use pointers in c++?
What are manipulators in c++ with example?
How do we implement inheritance in c++?
What is the type of 'this' pointer? When does it get created?
How do you invoke a base member function from a derived class in which you have not overridden that function?
How is c++ different from java?
Describe the process of creation and destruction of a derived class object?