Vidyalelo
C Programming · Q5

Memory Allocation

Programming · C Programming · question 5

Q5

Which function is used to change the size of an allocated block of memory in C?

A.
resize()
B.
realloc()
Answer
C.
modify()
D.
change()

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board