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

Define Spanning-Tree Protocol (STP)

632


What is the use of define in c?

579


#include show(int t,va_list ptr1) { int a,x,i; a=va_arg(ptr1,int) printf(" %d",a) } display(char) { int x; listptr; va_star(otr,s); n=va_arg(ptr,int); show(x,ptr); } main() { display("hello",4,12,13,14,44); }

755


Why is c called a mid-level programming language?

711


Explain void pointer?

577






Linked lists -- can you tell me how to check whether a linked list is circular?

627


What is the use of ?

605


Write a function that will take in a phone number and output all possible alphabetical combinations

587


The number of bytes of storage occupied by short, int and long are a) 2, 2 and 4 b) 2, 4 and 4 c) 4, 4 and 4 d) none

750


Tell me when would you use a pointer to a function?

586


What tq means in chat?

569


What is a wrapper function in c?

569


How to write a code for reverse of string without using string functions?

1568


What is the purpose of void pointer?

586


What is the use of #define preprocessor in c?

603