what is the difference between malloc() and calloc() function?
Answer / amritha rose
malloc will allocate memory according to the size we
specified
calloc vil allocate memory as blockwise
and initialize by 0
| Is This Answer Correct ? | 9 Yes | 1 No |
write C code to reverse a string such that if i/p is "abc defg hij klmno pqrs tuv wxyz" and the o/p should be "cba gfed jih onmlk srqp vut zyxw"
which is the best site or book for learning C...and i need the content for C..how to get the good programming skills....? can plz suggest me....
Explain how do you list a file’s date and time?
What does %c mean in c?
What is structure packing in c?
prototype of sine function.
How can I get back to the interactive keyboard if stdin is redirected?
What is dynamic variable in c?
what is the diffrenet bettwen HTTP and internet protocol
Is main a keyword in c?
write a program to find the frequency of a number
State two uses of pointers in C?