what is calloc and malloc?

Answer Posted / jothi16

calloc means reallocate the memory.malloc used to allocate
the memory

Is This Answer Correct ?    6 Yes 20 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a constant and types of constants in c?

597


What is structure pointer in c?

565


How to get string length of given string in c?

600


What is null pointer in c?

587


What are external variables in c?

539






What is a void pointer? When is a void pointer used?

614


What is the use of getchar() function?

622


Explain how to reverse singly link list.

601


What is this pointer in c plus plus?

586


When is a “switch” statement preferable over an “if” statement?

639


Explain argument and its types.

592


What is a nested formula?

598


1) write a program to generate 1st n fibonacci prime numbers using Nested if 2) write a program to generate twin prime numbers from m to n using nested if 3) write a program to check whether a given integer is a strong number or not using nested if 4) Write a program to generate prime factors of a given integer using nested if 5)write a program to generate prime numbers from m to n using nested if 6)write a program to generate perfect numbers from m to n using nested if 7)write a program to generate the pallindromes from m to n using neste if 8)write a program to generate armstrong numbers from m to n using nested if 9)write a program to generate strong numbers from m to n using nested if

3973


Synonymous with pointer array a) character array b) ragged array c) multiple array d) none

610


Why malloc is faster than calloc?

584