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 is iterator c++?
Which software is best for coding?
What is the use of string in c++?
What is a class template?
Which one is a preferred language C or C++? Why?
write a corrected statement in c++ so that the statement will work properly. x = y = z + 3a;
What is null c++?
What is the best c++ compiler for windows 10?
How the programmer of a class should decide whether to declare member function or a friend function?
Explain the difference between class and struct in c++?
What is decltype c++?
Describe linkages and types of linkages?
What is the fastest c++ compiler?
What are the advantages of using pointers in a program?
What are the five basic elements of a c++ program?