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
Explain zero based addressing.
What standard functions are available to manipulate strings?
Do you know the difference between exit() and _exit() function in c?
a c variable cannot start with a) an alphabet b) a number c) a special symbol d) both b and c above
Explain main function in c?
How can I remove the leading spaces from a string?
Can you write the algorithm for Queue?
Can true be a variable name in c?
What is 2c dna?
When a c file is executed there are many files that are automatically opened what are they files?
What do the functions atoi(), itoa() and gcvt() do?
what are the advantages of a macro over a function?
Explain what are global variables and explain how do you declare them?
What is structure in c language?
Linked list is a Linear or non linear explain if linear how it working as a non linear data structures