what is the main difference between c and c++?
Answer Posted / mohit bhushan aggarwal
1: In C++, we use <iostream.h> while in C, we use <stdio.h>.
2: C++ is an object oriented programming language and C is
a procedure programming language.
3: in C++, we do not use Algo while in C we use algo to
make a program.
4: C++ overcomes the C language.
5: C language is the superset of BCPL and C++ is the
superset of C language..
Thanks.
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What is destructor example?
Write a program to reverse a string using recursive function?
How do you answer polymorphism?
What is the difference between abstraction and polymorphism?
What are oops functions?
What is polymorphism and example?
program for insertion ,deletion,sorting in double link list
which feature are not hold visual basic of oop?
What causes polymorphism?
Why do we use oop?
What is encapsulation with real life example?
What is the difference between static polymorphism and dynamic polymorphism?
What is an interface in oop?
Get me a number puzzle game-program
How to hide the base class functionality in Inheritance?