Examveda

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

Answer: Option A


This Question Belongs to C Program >> Standard Library Functions

Join The Discussion

Related Questions on Standard Library Functions