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 string an object in c++?
Is c++ double?
What information can an exception contain?
What is extern c++?
What is purpose of abstract class?
How is c++ different from java?
How do you define/declare constants in c++?
Explain what is oop?
If a round rectangle has straight edges and rounded corners, your roundrect class inherits both from rectangle and from circle, and they in turn both inherit from shape, how many shapes are created when you create a roundrect?
What are static and dynamic type checking?
Define a nested class. Explain how it can be useful.
Is c++ a pure oop language?
Describe Trees using C++ with an example.
How can I learn dev c++ programming?
What do you mean by ‘void’ return type?