February 2020
Beginner to intermediate
616 pages
15h 16m
English
This function allocates multiple blocks of memory and returns a pointer pointing to that memory block. Here is its syntax:
pointer=(data_type*) calloc( size_t num_of_blocks, size_t size_of_block )
This function initializes the allocated memory blocks to zero.
Read now
Unlock full access