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
When there is a global variable and local variable with the same name, how will you access the global variable?
Explain what are mutator methods in c++?
what is data abstraction in C++?
What is the keyword auto for?
How we can differentiate between a pre and post increment operators during overloading?
Explain terminate() function?
what is the difference between overloading & overriding? give example.
What is the v-ptr?
What is the use of endl in c++?
What is a set in c++?
What is boyce codd normal form in c++?
Can we get the value of ios format flags?
Explain how a pointer to function can be declared in C++?
Does c++ vector allocate memory?
What do you mean by delegate? Can a user retain delegates?