What are advantages of C++ when comparing with C?
Answer Posted / hari prasanth
c is a computer programming language and c++ is a object
oriented programming language
| Is This Answer Correct ? | 11 Yes | 3 No |
Post New Answer View All Answers
What does flush do?
Can we use clrscr in c++?
What are the extraction and insertion operators in c++?
What operators can you overload in c++?
Name the debugging methods that are used to solve problems?
What does asterisk mean in c++?
What are the five basic elements of a c++ program?
In the derived class, which data member of the base class are visible?
Describe private, protected and public – the differences and give examples.
Why is c++ called oops?
Is c++ a low level language?
Write syntax to define friend functions in C++.
Why c++ is better than c language?
What are the three forms of cin.get() and what are their differences?
When the constructor of a base class calls a virtual function, why doesn't the override function of the derived class gets called?