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 the best c++ compiler?
What is searching?
Can we sort map in c++?
which is the easy way to divide any integer by 2?
Are php strings immutable?
Explain function overloading
Explain what are single and multiple inheritances in c++?
Is there a new/delete equivalent of realloc?
What are iterators in c++?
In inline " expression passed as argument are evalauated once " while in macro "in some cases expression passed as argument are evaluated more than once " --> i am not getting it plz help to make me understand....
0 Answers College School Exams Tests, CS,
What causes a runtime error c++?
Differentiate between a constructor and a method in C++.