What are advantages of C++ when comparing with C?
Answer Posted / swathi
c++ is an extension of c with some additional features like encapsulation,inheritance,etc. which makes the program to easily understand
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Can a program run without main in c++?
What is the type of 'this' pointer?
What is the difference between delegation and implemented-in-terms-of?
Program to check whether a word is a sub-string or not of a string typed
Does c++ have finally?
What is the use of string in c++?
What is a far pointer? where we use it?
Is c++ primer good for beginners?
Describe new operator and delete operator?
Show the declaration for a static function pointer.
What is a lambda function c++?
Do class declarations end with a semicolon?
What is near, far and huge pointers? How many bytes are occupied by them?
What is the difference between reference and pointer?
If I is an integer variable, which is faster ++i or i++?