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 is difference between rand () and srand ()?
What is c++ and its uses?
What is meaning of in c++?
What does int * mean in c++?
what is a class? Explain with an example.
What are the data types in c++?
What is the c++ programming language used for?
What does new in c++ do?
Is C++ case sensitive a) False b) Depends on implementation c) True
What is else syntax in c++?
What is an object in c++?
Explain the operation of overloading of an assignment operator.
What is iterator c++?
Why are pointers used?
Mention the storage classes in c++.