What does calloc stand for?


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

Post New Answer

More C Interview Questions

What is character constants?

0 Answers  


What is sizeof c?

0 Answers  


how does the for loop work actually..suppose for the following program how it ll work plz explain to me for(i=5;i>=0;i--) prinf(i--);

19 Answers   RMSI,


What is the data segment that is followed by c?

0 Answers  


what is the c.

3 Answers   IBM, TCS,






Whether there can be main inside another main?If so how does it work?

14 Answers   Sail, Wipro,


What is the significance of an algorithm to C programming?

0 Answers  


output for following code??? main() { int x=2,y,z; x*=3+2; printf("1.%d\n",x); x*=y=z=4; printf("2.%d %d %d\n",x,y,z); x=y==z; printf("3.%d\n",x); x==(y=z); printf("%d",x); }

2 Answers   Elysium,


What are the different categories of functions in c?

0 Answers  


main() { int i=5; printf("%d%d%d%d",i++,i--,i); }

10 Answers  


code for bubble sort?

1 Answers  


What is a pointer and how it is initialized?

0 Answers  


Categories