I was in the programming class with C
and I was wondering about the difference between Malloc
and Calloc
, but not in what each one does, but in the meaning of "M" and "C".
I know that Malloc
comes from memory allocation
, already Calloc
I have no idea.