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
What are references in c++? What is a local reference?
declare an array of structure where the members of the structure are integer variable float variable integer array char variable access all elements of the structure using dot operator and this pointer operator
Suppose that data is an array of 1000 integers. Write a single function call that will sort the 100 elements data [222] through data [321].
Which format specifier is used for printing a pointer value?
Which is best c++ or java?
What is name hiding in c++?
What is the operator in c++?
Define the operators that can be used with a pointer.
Define a nested class. Explain how it can be useful.
What is std :: endl?
What are smart pointers?
What is the default width for ouputting a long integer using the insertion operator?
What are c++ stream classes?
Will the following program execute?
Can we delete this pointer in c++?