What are advantages of C++ when comparing with C?
Answer Posted / shami
C++ IS A NEW VERSION OF C,WHICH ACHEIVES EASY WAY OF
PROGRAMING USING OO APPROACH.
Is This Answer Correct ? | 16 Yes | 6 No |
Post New Answer View All Answers
What is the difference between structures and unions?
What are advantages of c++?
Is c++ built on c?
What does scope resolution operator do?
Define token in c++.
What is jump statement in C++?
Name the debugging methods that are used to solve problems?
What is & in c++ function?
Can I have a reference as a data member of a class? If yes, then how do I initialise it?
Is recursion allowed in inline functions?
How come you find out if a linked-list is a cycle or not?
Differentiate between a template class and class template in c++?
What are c++ data types?
What are destructors?
What are virtual constructors/destructors?