What are advantages of C++ when comparing with C?
Answer Posted / atreyee
A program in C is unstable compared 2 C++
Encapsulation,Inheritance in C++.
| Is This Answer Correct ? | 28 Yes | 10 No |
Post New Answer View All Answers
What is constructor c++?
What is a null object in c++?
Who created c++?
the first character in the variable name must be an a) special symbol b) number c) alphabet
Can you use the function fprintf() to display the output on the screen?
Difference between overloaded functions and overridden functions
What is the full form of dos?
what is data encapsulation in C++?
Which programming language is best to learn first?
What is flush c++?
How is c++ different from java?
Explain stack unwinding.
Explain how to initialize a const data member.
What is ctime c++?
If you push the numbers (in order) 1, 3, and 5 onto a stack, which pops out first a) 1 b) 5 c) 3