0
What is the difference from functions calloc and malloc?
What is the difference from functions calloc and malloc?
1 Antwort
+ 3
https://www.tutorialspoint.com/c_standard_library/c_function_calloc.htm
"The difference in malloc and calloc is that malloc does not set the memory to zero where as calloc sets allocated memory to zero."