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
Explain queue. How it can be implemented?
Why cstdlib is used in c++?
You run a shell on unix system. How would you tell which shell are you running?
What is the basic of c++?
What is the most common mistake on c++ and oo projects?
Is c++ harder than java?
What are virtual constructors/destructors?
Inline parameters : What does the compiler do with the parameters of inline function, that can be evaluated in runtime ?
How many types of classes are there in c++?
What is new in c++?
Please explain the reference variable in c++?
Briefly describe a B+ tree. What is bulk loading in it?
When the constructor of a base class calls a virtual function, why doesn't the override function of the derived class gets called?
What are maps in c++?
What is polymorphism and its type in c++?