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 |
What is bubble sort technique in c?
there is two conditions , 1. while using for loop for printing 1 to 50 no's simulteneous 2. while using printf functios for printing 1 to 50 no's simulteneous with or without using variables who will take more time for compiling and execution? explain in details with reason?
what is difference between overriding and overloading?
SRUCTURE PROGRAMMING
if the area was hit by a virus and so the decrease in the population because of death was x/3 and the migration from other places increased a population by 2x then annually it had so many ppl. find our the population in the starting.
what is data structure.in linear and non linear data structures which one is better?Explain
What is the use of structure padding in c?
how to print this pyramid * * * * * * * * * * * * *
What is getche() function?
What are the types of bitwise operator?
char ch="{'H','I',0};printf("%s",ch);what is output
What's the difference between a linked list and an array?