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
Is linux written in c or c++?
Can c++ be faster than c?
Is c++ the most powerful language?
What are arithmetic operators?
If you want to share several functions or variables in several files maitaining the consistency how would you share it?
How we can differentiate between a pre and post increment operators during overloading?
How can you quickly find the number of elements stored in a a) static array b) dynamic array ? Why is it difficult to store linked list in an array?how can you find the nodes with repetetive data in a linked list?
What is a stack c++?
Is oops and c++ same?
which of the following is not an secondary constant a) array b) real c) union
Do you know what are static and dynamic type checking?
Which operator cannot be overloaded c++?
Is c++ a difficult language?
Differentiate between declaration and definition.
What is else if syntax?