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 |
sir there is some problem with nokia5130c-2,when we are trying to upload movies from net then there is a error occurred"FORMAT NOT SUPPORTED" bt its all ready in 3gp format.please tell me what i do now?
Is java the same as c++?
Implement a 2 dimensional array by one dimentional array
What are the difference between reference variables and pointers in C++?
What is the use of setprecision in c++?
What are the classes in c++?
Write a program in c++ to print the numbers from n to n2 except 5 and its multiples
char *ch = "abcde"; char c[4]; how to copy 'ch' to 'c'?
const char * char * const What is the differnce between the above two?
What is the use of object in c++?
What is the use of 'this' pointer?
You have to take 2 arrays of length 10. Input the values of array 1 from the user. Then copy the values of array 1 to array 2 in ascending order For example if user enters 9, 5, 6, 8, 1, 0, 2, 7, 4, 3 then copy the smallest element i.e. 0 first followed by 1, 2 and so