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



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

Answer / Shiwali Gupta

The maximum size that can be allocated by a single call to `malloc()` is implementation-defined. However, it's typically limited by the available memory on your system.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C++ General Interview Questions

Does c++ have arraylist?

1 Answers  


Write a short code using c++ to print out all odd number from 1 to 100 using a for loop

1 Answers  


Is vector a class in c++?

1 Answers  


If a base class is an adt, and it has three pure virtual functions, how many of these functions must be overridden in its derived classes?

1 Answers  


Is c++ free?

1 Answers  


What is isdigit c++?

1 Answers  


What are the main features of c++?

1 Answers  


Is map sorted c++?

1 Answers  


Can we use pointers in c++?

1 Answers  


What is the return value of the insertion operator?

1 Answers  


Which bit wise operator is suitable for checking whether a particular bit is on or off?

1 Answers  


Is c++ built on c?

1 Answers  


Categories