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's the order in which the objects in an array are destructed?
What is meant by the term name mangling in c++?
what is C++ objects?
What is math h in c++?
Explain the difference between static and dynamic binding of functions?
What is stl containers in c++?
What is the difference between new/delete and malloc/free?
What is virtual destructors? Why they are used?
Are there any new intrinsic (built-in) data types?
What does 7/9*9 equal ? a) 1 b) 0.08642 c) 0
Differentiate between a template class and class template?
Keyword mean in declaration?