Differentiate between calloc and malloc.


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

Post New Answer

More C Interview Questions

What is the most efficient way to count the number of bits which are set in a value?

4 Answers  


Why is extern used in c?

0 Answers  


write a program to generate 1st n fibonacci prime number

12 Answers  


what do you mean by enumeration constant?

0 Answers  


Tell about strtok & strstr functions

2 Answers   HCL, iFlex, Motorola,


what is d pitfalls of registers variables

3 Answers   TCS,


write a c program to remove all the duplicate characters in a string and replace with single character? ex:-input- AAABBBCCC output- ABC

2 Answers   HCL,


Would you rather wait for the results of a quicksort, a linear search, or a bubble sort on a 200000 element array? 1) Quicksort 2) Linear Search 3) Bubble Sort

3 Answers  


Difference between Function to pointer and pointer to function

0 Answers  


what is the purpose of the code, and is there any problem with the code? int f( int n, int l, int r ) { return (n << l) >> r; }

2 Answers   Google,


what is the structure pointer?

0 Answers   Accenture, HCL,


What is the scope of global variable in c?

0 Answers  


Categories