What are advantages of C++ when comparing with C?
Answer Posted / a geek
We can not compare C to C++.
C++ programming is object oriented and and lot of features
which are no way achievable in C easily.
| Is This Answer Correct ? | 20 Yes | 6 No |
Post New Answer View All Answers
What is array in c++ pdf?
what you know about c++?
what is the use of void main() in C++ language?
Why cstdlib is used in c++?
What are built-in functions? What is the syntax for the definition?
When one must use recursion function? Mention what happens when recursion functions are declared inline?
Explain about Virtual Function in C++?
What are files in c++?
What is the difference between global int and static int declaration?
What is binary object model?
What do you mean by stack unwinding in c++?
What are the various access specifiers in c++?
Which programming language is best?
which operator is used for performing an exponential operation a) > b) ^ c) none
What is the use of "new" operator?