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
Will c++ be replaced?
What is pointer -to-members in C++? Give their syntax?
What do you mean by storage classes?
what is VOID?
Can you overload the operator+ for short integers?
What are the three forms of cin.get() and what are their differences?
Define the operators that can be used with a pointer.
write a corrected statement so that the instruction will work properly. if (4 < x < 11) y = 2 * x;
Snake Game: This is normal snake game which you can find in most of the mobiles. You can develop it in Java, C/C++, C# or what ever language you know.
What are the differences between new and malloc?
How do I use arrays in c++?
What are enumerations?
Can I have a reference as a data member of a class? If yes, then how do I initialise it?
What is private public protected in c++?
What is split a string in c++?