what is the main difference between c and c++?
Answer Posted / amit kumar
C C++
1. Procedural Programing Object Oriented
2. Donot Support Class & Object Supports
3. Low level language High level language
4. Data Not secured Data Secured
5. Allocation By Malloc New Operator
6. Not provide default argument Provide
7. Main funtion Can't return value Can Return
8. Has no Operator overloading Has Operator overloading
9. Top-Down Approach Bottom-Up
10.Imporance on Algo & Function On Class & Object
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is class in oop with example?
What is encapsulation process?
write a C++ program for booking using constructor and destructor.
State what is encapsulation and friend function?
What is the significance of classes in oop?
What is oops concept with example?
What are the features of oop?
can we make game by using c
Why is destructor used?
Can bst contain duplicates?
What are the two different types of polymorphism?
Hi friends I have experience of 6 months in website design and maintanence. Now i am looking for other IT jobs.. to switch platform. please post any interview you know in chennai.
Can static class have constructor?
What does enum stand for?
What is the difference between a mixin and inheritance?