what is the main difference between c and c++?
Answer Posted / mohit bhushan singhal
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 good program.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the use of oops?
What are the 3 pillars of oop?
What is the difference between abstraction and polymorphism?
hi, this is raju,iam studying b.tech 2nd year,iam want know about group1 and group2 details, and we can studying without going to any instutions? please help me.
Why is encapsulation used?
What are the benefits of oop?
Where You Can Use Interface in your Project
What is the real life example of polymorphism?
What is new keyword in oops?
to find out the minimum of two integer number of two different classes using friend function
Templates mean
What is an advantage of polymorphism?
Can enum be null?
Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer
Is html an oop?