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
How can you quickly find the number of elements stored in a static array?
Explain the auto storage classes in c++.
What does new in c++ do?
What is guard code in c++?
What are c++ storage classes?
Const char *p , char const *p What is the difference between the above two?
How do you declare A pointer to a function which receives nothing and returns nothing
What are mutator methods in c++?
What is increment operator in c++?
What is the c++ programming language used for?
In a function declaration, what does extern mean?
What are the four main data types?
What are keywords in c++?
What does flush do c++?
What is the use of endl in c++?