Answer Posted / hr@tgksolutions.com
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
Explain linked list using c++ with an example?
What is null pointer and void pointer?
If you want to share several functions or variables in several files maitaining the consistency how would you share it?
How does list r; differs from list r();?
Why cstdlib is used in c++?
Which format specifier is used for printing a pointer value?
Reverse the Linked List. Input: 1->2->3->4->5->NULL Output: 5->4->3->2->1->NULL
What is doubly linked list in c++?
What is constant in c++ with example?
What is cout flush?
What is the c++ code?
How is data hiding achieved in c++?
How do you clear a map in c++?
Name the implicit member functions of a class.
What does std mean in c++?