what does " calloc" do?

Answer Posted / anjana devi

calloc will reallocate the memeory created by malloc

Is This Answer Correct ?    2 Yes 12 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is zero based addressing?

717


void main(){ int a; a=1; while(a-->=1) while(a-->=0); printf("%d",a); }

1261


How many parameters should a function have?

668


What are the advantages of union?

628


What is else if ladder?

610






Explain low-order bytes.

623


#include main() { enum _tag{ left=10, right, front=100, back}; printf("left is %d, right is %d, front is %d, back is %d",left,right,front,back); }

718


Is c is a low level language?

566


What is difference between union All statement and Union?

628


Explain how do you print only part of a string?

650


What is operator promotion?

629


What is the difference between the = symbol and == symbol?

629


Explain the bubble sort algorithm.

646


What is the difference between fread buffer() and fwrite buffer()?

674


What is derived datatype in c?

637