Page 1 of 1

Is this right explanation to the given code?

Posted: Wed Jul 13, 2022 7:56 pm
by answerhappygod
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
b) false