What is calloc()?


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

Post New Answer

More C Interview Questions

Write a program or provide a pseudo code to flip the 2nd bit of the 32 bit number ! (Phone Screen)

1 Answers   NetApp, PTU, Wipro,


Define recursion in c.

0 Answers  


please give code for this 1 2 4 7 11 16

11 Answers   Intel, Wipro,


write a c programme for add of two numbers with out use of arthematic operators

2 Answers  


What is a stream water?

0 Answers  






Under what circumstances does a name clash occur?

0 Answers   InterGraph,


what will be the output of the following program, justify? #define TEST int TEST getdata() { static i; i+=10; return i; } main() { int k; k = getdata(); }

3 Answers  


What is assignment operator?

0 Answers  


what is the height of tree if leaf node is at level 3. please explain

0 Answers  


Is main() is used in the program,,see below example? void main() { int i; for(i=0;i<10;i++) main(); } Then what is the output of the program?

6 Answers  


how to sort two array of characters and make a new array of characters.

1 Answers   Accenture,


#include<std.h> int main() { char *str[]={"Frogs","Do","Not","Die","They","Croak!"}; printf("%d %d\n",sizeof(str),strlen(str)); ...return 0; } what will the output of the above program?

6 Answers  


Categories