what is the main difference between c and c++?
Answer Posted / vivek goyanr
In C memory allocation is done with malloc statement whereas
in C++ it is done through new keyword.Also memory is
deallocated in C using free statement while in C++
deallocation takes place through delete.
| Is This Answer Correct ? | 452 Yes | 108 No |
Post New Answer View All Answers
What is solid in oops?
Where You Can Use Interface in your Project
Which language is pure oop?
What is the fundamental idea of oop?
What does I oop mean?
What are classes oop?
What is abstraction and encapsulation?
Why oops is important?
What are the benefits of oop?
What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?
What is the types of inheritance?
What is polymorphism what are the different types of polymorphism?
Why multiple inheritance is not possible?
What is encapsulation example?
Why do we need oop?