Answer Posted / glibwaresoftsolutions
Below are some of the advantages of C++:
• It is an object-oriented programming language that consists of a set of instructions that direct the computer to perform tasks. These instructions are often referred to as C++ source code.
• It is a problem-oriented language simpler than other low-level languages like binary. Although it takes more memory than low-level languages, it is easier to learn and understand.
• It has global data and functions that are uncommon in other high-level languages, providing a distinct advantage in programming.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Comment on c++ standard exceptions?
What is the difference between delegation and implemented-in-terms-of?
What is the use of setprecision in c++?
Do you know what are static and dynamic type checking?
What apps are written in c++?
Define macro.
Do class declarations end with a semicolon?
Is it possible to provide special behavior for one instance of a template but not for other instances?
What is the difference between an array and a list?
What are multiple inheritances (virtual inheritance)? What are its advantages and disadvantages?
What data structure is fastest, on average, for retrieving data: a) Binary Tree b) Hash Table c) Stack
What is the difference between a reference and a pointer?
Write about an iterator class?
What are the sizes and ranges of the basic c++ data types?
Explain what are accessor methods?