Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What are the weaknesses of C++?



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

Post New Answer

More C++ General Interview Questions

Write a code/algo to find the frequency of each element in an array?

0 Answers   Axtria,


Write a program to show polymorphism in C++?

0 Answers   Impetus, Verifone,


What is the main use of c++?

0 Answers  


Can we use this pointer inside static member function?

0 Answers  


Where and why do I have to put the "template" and "typename" keywords?

0 Answers  


What is the limitation of cin while taking input for character array?

0 Answers  


What is a class template?

0 Answers  


Differentiate between a deep copy and a shallow copy?

1 Answers  


What is a parameterized type?

1 Answers  


class base { public: int fun(int) {} }; class base2 { public: int fun(float) { } }; so here qustion is both function either function overloading or over riding;

4 Answers   Manhattan,


What C++ libraries are you proficient with?

1 Answers   Google,


Is the declaration of a class its interface or its implementation?

0 Answers  


Categories