what is the main difference between c and c++?
Answer Posted / mayuri
C C++
DATA IS NOT SECURED SECURED
TOP DOWN BOTTOM-UP
FOCUS ON PROCEDURES FOCUS ON DATA
PROGRAMS ARE DECOMPOSED INTO OBJECTS
INTO FUNCTIONS
allocation is done NEW OPERATOR
with malloc statement
UNOINS AND ENUMS AVALIABLE
ARE NOT AVALIABLE
DOES NOT PROVIDE PROVIDES
DEFAULT ARGUMENTS
| Is This Answer Correct ? | 919 Yes | 147 No |
Post New Answer View All Answers
Can a varargs method be overloaded?
what are the different types of qualifier in java?
What is abstraction example?
What does and I oop mean in text?
What is oops and why we use oops?
is there any choice in opting subjects like 4 out of 7
What is difference between pop and oop?
What is overriding vs overloading?
What is the problem with multiple inheritance?
What is a class oop?
What is new keyword in oops?
When not to use object oriented programming?
What is static modifier?
Why do we use polymorphism in oops?
#include