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 |
What is the exit function in c++?
what are the characteristics of Class Members in C++?
Can we define function inside main in c++?
What is token c++?
Is c++ a low level language?
Evaluate as true or false: !(1 &&0 || !1) a) True b) False c) Invalid statement
Why cout is used in c++?
How can you say that a template is better than a base class?
Describe public access specifiers?
What is abstract keyword in c++?
In inline " expression passed as argument are evalauated once " while in macro "in some cases expression passed as argument are evaluated more than once " --> i am not getting it plz help to make me understand....
0 Answers College School Exams Tests, CS,
Is c++ an oop?