Vidyalelo
C Programming · Q13

Memory Allocation

Programming · C Programming · question 13

Q13

Which function is used to return the number of bytes allocated by 'malloc'?

A.
malloc_size()
B.
sizeofmalloc()
Answer
C.
size()
D.
malloc_bytes()

Answer: Option B

Solution

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