Vidyalelo
C Programming · Q175

Standard Library Functions

Programming · C Programming · question 175

Q175

The calloc() function allocates space for an array of n objects, each of whose size is defined by size. Space is initialized to all bits zero.

A.
true
Answer
B.
false

Answer: Option A

Solution

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