How much maximum can you allocate in a single call to malloc()?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

Do you know the problem with overriding functions?

0 Answers  


When should I use unitbuf flag?

0 Answers  


How is computer programming useful in real life?

0 Answers  


What is jump statement in C++?

0 Answers   Ericsson,


What is "strstream" ?

1 Answers   Huawei,






What is a container class? What are the types of container classes?

1 Answers  


Why do we need templates?

0 Answers  


what is a reference variable in C++?

0 Answers  


Is it possible to provide default values while overloading a binary operator?

0 Answers  


class A { public: void f(); protected: A() {} A(const A&){} }; Examine the class declaration shown above. Why are the default and copy constructors declared as protected? 1. To ensure that A cannot be created via new by a more derived class 2. To ensure that A cannot be copied 3. To ensure that A cannot be used as a base class except when public inheritance has been used 4. To ensure that A cannot be created/copied outside the inheritance chain 5. To ensure that A cannot be instantiated as a static variable

1 Answers  


Explain container class.

0 Answers  


Is map ordered c++?

0 Answers  


Categories