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

Is there a way to switch on strings?

0 Answers  


Explain how do you list a file’s date and time?

0 Answers  


How to add two numbers without using semicolon at runtime

2 Answers  


Program to find the sum of digits of a given number until the sum becomes a single digit. (e.g. 12345=>1+2+3+4+5=15=>1+5=6)

0 Answers   InterGraph,


what is array?

8 Answers  






how can f be used for both float and double arguments in printf? Are not they different types?

0 Answers  


What is the difference between printf and scanf )?

0 Answers  


Disadvantages of C language.

0 Answers   Impetus,


Write a program in c to print 1 121 12321 1234321 123454321

11 Answers   ANR, College School Exams Tests, Mu Sigma, Wipro,


What's wrong with "char *p; *p = malloc(10);"?

5 Answers  


Is it possible to run using programming C for Java Application?

2 Answers   NIC,


main() { int i=0; while(+(+i--)!=0) i-=i++; printf(i); }

3 Answers  


Categories