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
AnswerB.
false
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board