WHAT IS THE DIFFERENCE BETWEEN malloc() and calloc() in c
file management?
Answer Posted / vini sharma
malloc()
allocates byte of memory and calloc() allocates block of
memory.
| Is This Answer Correct ? | 50 Yes | 22 No |
Post New Answer View All Answers
Explain argument and its types.
using for loop sum 2 number of any 4 digit number in c language
What should malloc() do?
how to print electricity bill according to following charges first 100 units -1rs per unit for next 200 units-1.50 rs per unit without using conditions
How do I read the arrow keys? What about function keys?
Write a program to generate a pulse width frequency of your choise,which can be variable by using the digital port of your processor
What does 3 periods mean in texting?
what is the role you expect in software industry?
Explain how do you determine the length of a string value that was stored in a variable?
How can type-insensitive macros be created?
will u please send me the placement papers to my mail???????????????????
What is non linear data structure in c?
How to define structures? ·
Are the expressions * ptr ++ and ++ * ptr same?
Explain 'bit masking'?