Answer Posted / 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 |
Post New Answer View All Answers
How to declare an array of pointers to integer?
What are the characteristics of friend functions?
How would you use the functions randomize() and random()?
What are structures and unions?
When does a name clash occur in c++?
What is malloc in c++?
Define linked lists with the help of an example.
What are vectors used for in c++?
Where are setjmp and longjmp used in c++?
What is the benefit of c++?
Does dev c++ support c++ 11?
What is the difference between the indirection operator and the address of oper-ator?
What are static type checking?
Which is the best c++ software?
What is the use of cmath in c++?