Vidyalelo
C Programming · Q220

Standard Library Functions

Programming · C Programming · question 220

Q220

Is this right explanation to the given code? void *calloc(size_t n, size_t size) #n -- This is the number of elements to be allocated. #size -- This is the size of elements.

A.
true
Answer
B.
false

Answer: Option A

Solution

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