size maximum allocated by calloc()

Answer Posted / rohit

It is page size. almost 64k in linux OS.
After which we have to use realloc to get more memory.
In case, there is more memory available in dynamic memory
space, then realloc will give the pointer else NULL.

and also
it depends on system memory and compiler

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between exit() and _exit() function?

594


What are the keywords in c?

636


Difference between exit() and _exit() function?

648


State the difference between realloc and free.

619


ATM machine and railway reservation class/object diagram

4792






What does int main () mean?

539


Is there any possibility to create customized header file with c programming language?

615


PLS U SENS ME INTERVIEW O. MY EMAIL ADD, SOFIYA.SINGH@GMAIL.COM

1696


How can I handle floating-point exceptions gracefully?

621


What is quick sort in c?

575


Who developed c language?

630


List some of the static data structures in C?

755


How can I write a function analogous to scanf?

642


What does %d do in c?

535


How do you redirect a standard stream?

615