Why malloc is faster than calloc?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

what is different between auto and local static? why should we use local static?

0 Answers  


Write a program to generate a pulse width frequency of your choise,which can be variable by using the digital port of your processor

0 Answers   TATA, TCS,


What is main return c?

0 Answers  


read an array and search an element

1 Answers  


Why can't I perform arithmetic on a void* pointer?

0 Answers  


what is the difference between these initializations? Char a[]=”string”; Char *p=”literal”; Does *p++ increment p, or what it points to?

4 Answers  


What is a lookup table in c?

0 Answers  


size maximum allocated by calloc()

3 Answers   DELL,


how do u find out the number of 1's in the binary representation of a decimal number without converting it into binary(i mean without dividing by 2 and finding out the remainder)? three lines of c code s there it seems...can anyone help

5 Answers  


What is #define used for in c?

0 Answers  


Program to display given 3 integers in ascending order

1 Answers   N Tech,


What is file in c language?

0 Answers  


Categories