size maximum allocated by calloc()
Answers were Sorted based on User's Feedback
Answer / vrushali
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.
| Is This Answer Correct ? | 13 Yes | 4 No |
Answer / 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 |
WHAT IS ABSTRACT DATA TYPE
What are dynamically linked and statically linked libraries?
What is a union?
what is difference between array of characters and string
Write a programe print the sum of series 0,1,2,.....10
What are the various types of control structures in programming?
What is the difference between break and continue?
when user give a number it multiply with 9 without useing '+' and '*' oprator
What is the use of parallelize in spark?
In which header file is the null macro defined?
define function
What does c mean in basketball?