Do you know the difference between malloc() and calloc() function?


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

Post New Answer

More C Interview Questions

struct tag{ auto int x; static int y; };main() { struct tag s; s.x=4; s.y=5; printf(ā€œ%dā€,s.x); }

2 Answers   Vector,


What's a good way to check for "close enough" floating-point equality?

0 Answers   Celstream,


What are the average number of comparisons required to sort 3 elements?

2 Answers   DRDO,


please give me answer with details #include<stdio.h> main() { int i=1; i=(++i)*(++i)*(++i); printf("%d",i); getch(); }

3 Answers  


Is there a way to compare two structure variables?

0 Answers  






Explain Basic concepts of C language?

0 Answers   EXL,


What are valid signatures for the Main function?

0 Answers  


Explain low-order bytes.

0 Answers  


write a program to display numbers from 1 to 10 and 10 to 1?

2 Answers  


What is far pointer in c?

0 Answers  


What is the description for syntax errors?

0 Answers  


What is volatile c?

0 Answers  


Categories