WHAT IS THE DIFFERENCE BETWEEN malloc() and calloc() in c
file management?
Answer Posted / priya
malloc() allocates bytes of memory for a single block
whereas calloc() allocates blocks of memory for multiple
blocks
| Is This Answer Correct ? | 8 Yes | 3 No |
Post New Answer View All Answers
What is the modulus operator?
What are the advantage of c language?
What are the types of i/o functions?
Do you know pointer in c?
a sequence of bytes with one to one corrspondence to those in the external device a) sequential addressing b) address c) byte code d) none
What is the difference between the = symbol and == symbol?
How does pointer work in c?
Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10
Is it fine to write void main () or main () in c?
What is bubble sort technique in c?
What are the disadvantages of c language?
What is c programing language?
Why is c known as a mother language?
Using which language Test cases are added in .ptu file of RTRT unit testing???
A text file that contains declarations used by a group of functions,programs,or users a) executable file b) header file c) obj file d) .cfile