Which is better malloc or calloc?


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

Post New Answer

More C Interview Questions

which one of follwoing will read a character from keyboard and store in c a)c=getc() b)c=getchar() c)c=getchar(stdin) d)getc(&c) e)none

7 Answers   Trident,


how to swap 2 numbers in a single statement?

3 Answers  


Do you know the use of fflush() function?

0 Answers  


What is floating point exception error? And what are different types of errors occur during compile time and run time? why they occur?

1 Answers  


create an SINGLE LINKED LISTS and reverse the data in the lists completely

3 Answers  






How can a string be converted to a number?

0 Answers  


Some coders debug their programs by placing comment symbols on some codes instead of deleting it. How does this aid in debugging?

0 Answers  


What are local variables c?

0 Answers  


Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.

0 Answers  


how can i calculate mean,median,mode by using c program

1 Answers   HCL,


Write a C Programm.. we press 'a' , it shows the albhabetical number is 1, if we press 'g' it shows the answer 7.. any can help me

7 Answers  


Can you please explain the difference between syntax vs logical error?

0 Answers  


Categories