what is the main difference between c and c++?
Answer Posted / sandhya
c is not aobject orientedlanguage
c++ is object oriented language
c is a lowlevel language
c++ is a high level language
| Is This Answer Correct ? | 14 Yes | 2 No |
Post New Answer View All Answers
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).
What is the full form of oops?
What is pointer in oop?
Which type does string inherit from?
What does <> mean pseudocode?
What is destructor give example?
What is abstraction encapsulation?
What is the importance of oop?
What is polymorphism in oop example?
What is abstraction and encapsulation?
How Do you Code Composition and Aggregation in C++ ?
Why do pointers exist?
How to hide the base class functionality in Inheritance?
What is constructor in oop?