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
What are c preprocessors?
What is a keyword?
What do you know about the use of bit field?
what are enumerations in C
What are conditional operators in C?
What is string constants?
What is the difference between #include
Do you have any idea about the use of "auto" keyword?
What are dangling pointers in c?
what is the significance of static storage class specifier?
What is class and object in c?
What is the difference between a function and a method in c?
Explain what could possibly be the problem if a valid function name such as tolower() is being reported by the c compiler as undefined?
How to compare array with pointer in c?
What is 1d array in c?