Answer Posted / 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 |
Post New Answer View All Answers
Are local variables initialized to zero by default in c?
What is a void pointer? When is a void pointer used?
Is c++ based on c?
What is preprocessor with example?
how do you execute a c program in unix.
Can the size of an array be declared at runtime?
Why is C language being considered a middle level language?
What is multidimensional arrays
What is bash c?
What is hash table in c?
What is structure padding in c?
Tell me with an example the self-referential structure?
What is a structure in c language. how to initialise a structure in c?
How many bytes is a struct in c?
Explain what are binary trees?