What are advantages of C++ when comparing with C?
Answer Posted / kapil tyagi
c++ also have the advantage of allowing you to redeclare variables in the midst of code and one line comment...
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What apps are written in c++?
What is a list c++?
Explain the pure virtual functions?
Explain the different access specifiers for the class member in c++.
What is the iunknown interface?
What are dynamic type checking?
What is helper in c++?
What is a class template in c++?
Is there finally in c++?
Can I have a reference as a data member of a class? If yes, then how do I initialise it?
How can you tell what shell you are running on unix system?
What are c++ tokens?
What is virtual destructor ans explain its use?
Arrange Doubly linked list in the ascending order of its integral value and replace integer 5 with 7?
What is the disadvantage of using a macro?