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 data types c++?
How do you save a c++ program?
What is the cout in c++?
What is size of string in c++?
What is time h in c++?
What is DlgProc?
When should overload new operator on a global basis or a class basis?
Have you used MSVC? What do you think of it?
Explain the concept of dynamic allocation of memory?
What is std :: flush?
What is an incomplete type in c++?
What is atoi in c++?