what is the main difference between c and c++?
Answer Posted / c.arun raju
c is the object oriented programming language because in
c++ we can create objects and class, while c language is
based on the datas of c++ language and in c++ we use cout
and cin while in c scanf printf for input and output data.
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
Can private class be inherited?
What is difference between polymorphism and inheritance?
when to use 'mutable' keyword and when to use 'const cast' in c++
What is pure oop?
What is the real life example of polymorphism?
What is a class and object?
What are the features of oop?
What are the three main types of variables?
What are the 4 pillars of oop?
write a program to find 2^n+1 ?
Which language is pure oop?
How do you define social class?
Why is abstraction needed?
What is the full form of oops?
IS IT NECESSARY TO INITIALIZE VARIABLE? WHAT IF THE INSTANCE VARIABLE IS DECLARED final ? IS IT NECESSARY TO INITIALIZE THE final VARIABLE AT THE TIME OF THEIR DECLARATION?