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 |
Explain selection sorting?
List the types of polymorphism in c++?
Define friend function.
What is the meaning of string in c++?
What do you mean by ‘void’ return type?
What are the storage qualifiers?
What is a pointer with example?
How do I run a program in notepad ++?
what is the diff b/n c and c++ a. dynamic scoping b. nested switching c. declaration of variables in any code block d. separation of compilation and linking
How would you find out if a linked-list is a cycle or not?
Is arr and &arr are same expression for an array?
What are the various compound assignment operators in c++?