hi,
in programming point of view...is it better to use malloc or calloc for characters...
calloc initializes the input to zeros and malloc does not...does it mean that calloc is inefficient as time
is wasted to initialize to zeros and malloc does not....
which is better to use ? thanks
Start Free Trial