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
(b) false
I had been asked this question in class test.
The origin of the question is General Utilities in portion C Library of C