what does " calloc" do?

Answer Posted / shruti

the calloc function will allocate memory , and also
initialise the variables to a particular value..

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why is c so popular?

650


What are predefined functions in c?

569


Do pointers store the address of value or the actual value of a variable?

612


What is the difference between array_name and &array_name?

779


What is time complexity c?

569






Which are low level languages?

637


Explain argument and its types.

607


How can I direct output to the printer?

814


What is pragma c?

615


What are the restrictions of a modulus operator?

638


Declare the structure which contains the following members and write in C list of all students who score more than 75 marks. Roll No, Name, Father Name, Age, City, Marks.

686


Tell me is null always defined as 0(zero)?

675


Why pointers are used in c?

592


When reallocating memory if any other pointers point into the same piece of memory do you have to readjust these other pointers or do they get readjusted automatically?

810


Difference between Shallow copy and Deep copy?

1572