what is the main difference between c and c++?
Answer Posted / shidra
apart from the above definitions remember always that c++ is a super set of c that means all the operations as well as functions which are applicable in c are also available in c++
e.g.-U CAN USE PRINTF AND SCANF IN C++ AS WELL
whereas the reverse is not true as far as my knowledge says
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do you answer polymorphism?
What is encapsulation process?
What is polymorphism in oops with example?
Which is better struts or spring?
How to call a non virtual function in the derived class by using base class pointer
What is encapsulation in simple terms?
What is constructor overloading in oop?
Can we create object of abstract class?
What is encapsulation oop?
What is abstraction and encapsulation?
What is difference between polymorphism and inheritance?
Which type does string inherit from?
Can static class have constructor?
What causes polymorphism?
Why do while loop is used?