The syntax of the calloc function is as follows-02848
The syntax of the calloc function is as follows.
This multiple choice question (MCQ) is related to the book/course vu cs201 Introduction to Programming. It can also be found in vu cs201 Lecture No.24 - Quiz No.1.
The syntax of the calloc function is as follows.
void *calloc (size_t n, size_t el_size)
void +calloc (size_t n, size_t el_size)
int *calloc (size_t n, size_t el_size)
char *calloc (size_t n, size_t el_size)