Is it better to use malloc() or calloc()?


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

Post New Answer

More C Interview Questions

How do you define a string?

0 Answers  


the number of measuring units from a arbitrary starting point in a record area or control block to some other point a) branching b) recording pointer c) none d) offset

0 Answers  


a=5 a=a++/++a

14 Answers   Bhel,


There are 8 billiard balls, and one of them is slightly heavier, but the only way to tell was by putting it on a weighing scale against another. What's the fewest number of times you'd have to use the scale to find the heavier ball?

5 Answers   Microsoft, TCS,


Explain how can I manipulate strings of multibyte characters?

0 Answers  






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

21 Answers   ME,


write a 'c' program to sum the number of integer values

8 Answers  


What is the c language function prototype?

0 Answers  


Is main is user defined function?

0 Answers  


we have a 3litres jug and a 5 litres jug and no measures on them. using these two jugs how can we measure 4 litres of water?

2 Answers   Convergys,


what is y value of the code if input x=10 y=5; if (x==10) else if(x==9) elae y=8; a.9 b.8 c.6 d.7

4 Answers   TCS,


how can we print  hellow world programme without using semicolon

3 Answers  


Categories