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
Tell me can a pure virtual function have an implementation?
Is c++ a pure oop language?
Is c++ faster than c?
Name the debugging methods that are used to solve problems?
what are the iterator and generic algorithms.
What is the use of object in c++?
How do you establish a has-a relationship?
What are the unique features of C++.
what is a reference variable in C++?
Differentiate between a constructor and a destructor in c++.
What is a try block?
How can you link a c++ program to c functions?
Explain class invariant.
What does return 0 do in c++?
Explain the uses oof nested class?