WHAT IS THE DIFFERENCE BETWEEN malloc() and calloc() in c
file management?
Answer Posted / divya sharma
malloc takes the single argument nd calloc takes two argument
malloc initialize byte of memory while calloc initialize the
block of memory
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain what are multibyte characters?
Write a program, where i have a grid with many cells, how many paths are possible from one point to other desired points.
What is binary tree in c?
What are the applications of c language?
What is null pointer constant?
A c program to display count values from 0 to 100 and flash each digit for a secong.reset the counter after it reaches 100.use for loop,. pls guys hepl me.. :(
Why is it usually a bad idea to use gets()? Suggest a workaround.
What is this infamous null pointer, anyway?
Explain what is the benefit of using enum to declare a constant?
5 Write an Algorithm to find the maximum and minimum items in a set of ānā element.
What is chain pointer in c?
if p is a string contained in a string?
What is adt in c programming?
what do u mean by Direct access files? then can u explain about Direct Access Files?
What are the __date__ and __time__ preprocessor commands?