What are the strengths of C++?
Answer / nashiinformaticssolutions
Portability: C++ applications run on a variety of operating systems.
• Multi-paradigm frameworks: C++ supports object-oriented, generic, and procedural programming frameworks, providing a high degree of programming freedom.
• Scalability: C++ is a robust programming language that can be used to write both low-level, simpler programs and resource-intensive systems.
| Is This Answer Correct ? | 0 Yes | 0 No |
Why Pointers are not used in C++?
What is c++ best used for?
Write a code/algo to find the frequency of each element in an array?
What are smart pointers?
What are the three forms of cin.get() and what are their differences?
Write a program to show polymorphism in C++?
What is c++ programming language?
What is the difference between "calloc" and "malloc"?
What is atoi in c++?
Can manipulators fall in love?
How many types of comments are there in c++?
What is diamond problem in c++?