what is the main difference between c and c++?
Answer Posted / swetha.j.n
C is a middle level language.But C++ is not a middle level
language.
C is a portable language.But C++ is not a portable language.
C is a top-bottom approach.But C++ is a bottom-top approach.
C++ language is more easy than C language.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Is abstract thinking intelligence?
Explain the concepts involved in Object Oriented programming.
String = "C++ is an object oriented programming language.An imp feature of oops is classes and objects".Write a pgm to count the repeated words from this scenario?
any one please tell me the purpose of operator overloading
What is the purpose of polymorphism?
What is abstraction example?
What is difference between pop and oop?
What is oops?what is its use in software engineering?
How long to learn object oriented programming?
What is data binding in oops?
write a C++ program for booking using constructor and destructor.
What do you mean by overloading?
Why do we use encapsulation in oops?
How can you overcome the diamond problem in inheritance?
What is static in oop?