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 graphics
Why do we use oop?
What is the fundamental idea of oop?
What are the 5 oop principles?
There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.
• What are the desirable attributes for memory managment?
explain sub-type and sub class? atleast u have differ it into 4 points?
Why do we use class in oops?
What is the difference between a mixin and inheritance?
What is an example of genetic polymorphism?
What is oops in simple words?
What are the 3 principles of oop?
What is balance factor?
What is overriding in oops?
Are polymorphisms mutations?