WHAT IS THE DIFFERENCE BETWEEN malloc() and calloc() in c
file management?
Answer Posted / monalisa dhal samanta
malloc() is a allocated 1 unit data type.it is a one argument
function .malloc allocate bytes of memory .
calloc() is a allocated sizeof data type .it is a two
argument .
| Is This Answer Correct ? | 8 Yes | 3 No |
Post New Answer View All Answers
a construct the"else" part of "if" statement contains anoth "if else" statement is called a) if-else b) else-if-else c) if-else-if-else d) chain if/if-else-if
What is the role of this pointer?
I need previous papers of CSC.......plz help out by posting them.......
Write a program to print ASCII code for a given digit.
What is a keyword?
Stimulate calculator using Switch-case-default statement for two numbers
What is c preprocessor mean?
What is a method in c?
Which is better pointer or array?
What are the 32 keywords in c?
What is ctrl c called?
How do we print only part of a string in c?
Where define directive used?
What is nested structure with example?
What is the significance of an algorithm to C programming?