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
What is a .h file c++?
Explain storage qualifiers in c++.
Is empty stack c++?
How can you link a c++ program to c functions?
What are shallow and deep copies?
To which numbering system can the binary number 1101100100111100 be easily converted to?
Write a program to show polymorphism in C++?
What is the need of a destructor? Explain with the help of an example.
What is the benefit of encapsulation?
What are inline functions? What is the syntax for defining an inline function?
Is c# written in c++?
Explain stack unwinding.
Why do we need pointers?
In which situation the program terminates before reaching the breakpoint set by the user at the beginning of the mainq method?
Explain dangling pointer.