WHAT IS THE DIFFERENCE BETWEEN malloc() and calloc() in c
file management?
Answer Posted / madan gopal singh
malloc() is a one argument function while calloc() is two
argument function
malloc() take garbage value at initial time while calloc()
take null values at initial time
| Is This Answer Correct ? | 27 Yes | 13 No |
Post New Answer View All Answers
Describe the modifier in c?
How can I access an I o board directly?
Hi can anyone tell what is a start up code?
write a program to find the given number is prime or not
Explain 'bit masking'?
What is 1f in c?
What are static variables in c?
Why should I use standard library functions instead of writing my own?
Why array is used in c?
How can a process change an environment variable in its caller?
Explain what will be the outcome of the following conditional statement if the value of variable s is 10?
What do you mean by scope of a variable in c?
Which function in C can be used to append a string to another string?
What is string length in c?
how can i access hard disk address(physical address)? are we access hard disk by using far,near or huge pointer? if yes then please explain.....