What are the weaknesses of C++?
Answer / nashiinformaticssolutions
• Its high learning curve: C++ is a difficult programming language for novice developers to learn.
• Security: C++'s use of pointers and global variables presents a comparatively significant security risk.
• Memory management: Allocating memory manually can take a lot of time.
• Pointers: If used improperly, pointers' complexity will cause performance issues.
| Is This Answer Correct ? | 0 Yes | 0 No |
what is c++
What is meant by const_cast?
What's the order in which the local objects are destructed?
Difference between struct and class in terms of access modifier.
What is c++ redistributable?
What is the difference between set and map in c++?
What is c++ coding?
Can we delete this pointer in c++?
What is #include iomanip?
How do I download c++?
Explain the scope resolution operator?
What does return 0 do in c++?