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
Where and why do I have to put the "template" and "typename" keywords?
Which bit wise operator is suitable for putting on a particular bit in a number?
Write a single instruction that will store an EVEN random integer between 54 and 212 inclusive in the variable myran. (NOTE only generate EVEN random numbers)
What do you mean by translation unit in c++?
How can I disable the "echo" feature?
What are the advantages of using a pointer?
What is the v-ptr?
What are disadvantages of pointers?
Why are pointers used?
Explain one-definition rule (odr).
Is it possible to pass an object of the same class in place of object reference to the copy constructor?
Show the application of a dynamic array with the help of an example.
Why struct is used in c++?
What is a c++ map?
What is runtime errors c++?