0
What is the difference from functions calloc and malloc?
What is the difference from functions calloc and malloc?
1 Answer
+ 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."