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 is the hardest coding language to learn?
What does obj stand for?
Why can’t you call invariants() as the first line of your constructor?
Why do we use iterators?
When is the destructor called?
I want explanation for this assignment: how to connect mysql database using c/c++,please explain this detailly?
What are c++ templates used for?
What is implicit pointer in c++?
What is the difference between an external iterator and an internal iterator? Describe an advantage of the external iterator.
What are the differences between malloc() and calloc()?
What is #include iostream?
How would you call C functions from C++ and vice versa?
How can you quickly find the number of elements stored in a a) static array b) dynamic array ? Why is it difficult to store linked list in an array?how can you find the nodes with repetetive data in a linked list?
Evaulate: 22%5 a) 2 b) 4 c) 0
List down the guideline that should be followed while using friend function.