what does " calloc" do?

Answer Posted / rani

a memory allocation for the multiple blocks i.e array of
blocks and intialising the first block to zero.

Is This Answer Correct ?    1 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

In C, What is the #line used for?

992


What are the main characteristics of c language describe the structure of ac program?

573


Explain how can I pad a string to a known length?

622


What do you mean by c?

561


What is putchar() function?

608






Why do we use int main instead of void main in c?

588


What is sizeof return in c?

594


What is a pointer variable in c language?

616


What do you know about the use of bit field?

586


State the difference between x3 and x[3].

626


Is there any data type in c with variable size?

602


Explain what is the difference between the expression '++a' and 'a++'?

604


Explain how can you determine the size of an allocated portion of memory?

594


What is getch c?

830


How is pointer initialized in c?

562