What are advantages of C++ when comparing with C?
Answer Posted / hari krishna pillai
Well!! This will results long and very long answer or
discussion. To make it short, C++ is a general purpose
programming language with a bias towards systems
programming that It is a better C, supports Data
Abstraction, supports Object Oriented Programming and
Generic Programming.
| Is This Answer Correct ? | 49 Yes | 8 No |
Post New Answer View All Answers
What kind of jobs can I get with c++?
Can turbo c++ run c program?
Where Malloc(), Calloc(), and realloc() does get memory?
Function can be overloaded based on the parameter which is a value or a reference. Explain if the statement is true.
What is the difference between a type-specific template friend class and a general template friend class?
What is rvalue?
How do you add an element to a set in c++?
How to declare a pointer to an array of integers?
If dog is a friend of boy, is boy a friend of dog?
Can non graphic characters be used and processed in C++?
What is called array?
What is difference between c++ 11 and c++ 14?
Is c++ vector a linked list?
What is the last index number in an array of 100 characters a) 100 b) 99 c) 101
What are maps in c++?