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
Which type does string inherit from?
What are the 3 principles of oop?
How to handle exception in c++, For example in a functions i am assigning memory to some variables and also in next instructions in am dividing one variable also. If this functions generates a error while allocating memory to those variable and also while dividing the variable if i divide by zero then catch block how it will identify that this error has cone from perticular instruction
What is meant by oops concept?
What does no cap mean?
How to improve object oriented design skills?
write a program that takes input in digits and display the result in words from 1 to 1000
What is polymorphism explain its types?
Can we create object of interface?
How do you use inheritance in unity?
What is and I oop mean?
what is the drawback of classical methods in oops?
What is the main feature of oop?
What is object in oops?
Is react oop?