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
Can we make any program in c++ without using any header file and what is the shortest program in c++.
What is conditions when using boolean operators?
Why is c++ called oops?
What do you mean by function pointer?
What problems might the following macro bring to the application?
Can c++ be faster than c?
Is there any difference between int [] a and int a [] in c++?
What ANSI C++ function clears the screen a) clrscr() b) clear() c) Its not defined by the ANSI C++ standard
What doescout<<(0==0) print out a) 0 b) 1 c) Compiler error: Lvalue required
Why is standard template library used?
What is using namespace std in c++?
What is stack unwinding?
What information can an exception contain?
What is a singleton class c++?
Can constructor be private in c++?