WHAT IS THE DIFFERENCE BETWEEN malloc() and calloc() in c
file management?
Answer Posted / bavithra
malloc() doesnot initialize the allocated memory
calloc() initializes the allocated memory to ZERO
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is sizeof in c?
What is pointer & why it is used?
What is difference between arrays and pointers?
Using functions, write a program that multiplies two arrays. Use the following functions: - Function ReadArray - Function MultiplyArrays - Function DisplayArrays
What are the functions to open and close file in c language?
Given two strings S1 and S2. Delete from S2 all those characters which occur in S1 also and finally create a clean S2 with the relevant characters deleted.
Between macros and functions,which is better to use and why?
Mention four important string handling functions in c languages .
Explain how do you list files in a directory?
Tell me can the size of an array be declared at runtime?
What are the advantages of c preprocessor?
What do you mean by a local block?
what is reason of your company position's in india no. 1.
What are the different types of pointers used in c language?
Differentiate between full, complete & perfect binary trees.