Q. Which of the following remarks about realloc are true? (Solved)
1. it allocates memory of required size that need not be contiguous
2. it may shift the existing block
3. it can work only with an existing block of memory
4. both (b) and ©
- d. both (b) and ©