what is the main difference between c and c++?
Answer Posted / m.mohanraj
The main difference between c&c++ is the c++ is only advanced version of c.so these two programming language contains some difference only.In the c++ we are using object oriented technique.But in the c the object oriented technique is not there.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can you inherit a private class?
What is static in oop?
What are different oops concepts?
What is the real time example of encapsulation?
Why is polymorphism needed?
What does and I oop mean in text?
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)
What is object in oops?
what is graphics
what are the realtime excercises in C++?
What is object in oop?
#include
What is abstraction in oops with example?
What are benefits of oop?