what is the main difference between c and c++?
Answer Posted / shaliza garg
C++ applications are generally slower at runtime, and are
much slower to compile than C programs. The low-level
infrastructure for C++ binary execution is also larger. For
these reasons C is always commonly used even if C++ has
alot of popularity, and will probably continue to be used
in projects where size and speed are primary concerns, and
portable code still required (assembly would be unsuitable
then).
| Is This Answer Correct ? | 246 Yes | 82 No |
Post New Answer View All Answers
What is a null tree?
What is difference between abstraction and encapsulation?
What is polymorphism used for?
What is destructor example?
Why do we need oop?
What is the difference between static polymorphism and dynamic polymorphism?
What is a superclass in oop?
Get me a number puzzle game-program
What is new keyword in oops?
Is oop better than procedural?
What is polymorphism and example?
Are polymorphisms mutations?
What is meant by multiple inheritance?
Can enum be null?
Templates mean