Explain 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

program for comparing 2 strings without strcmp()

4 Answers  


write a c program to store and print name,address,roll.no of a student using structures?

7 Answers  


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

9 Answers  


Explain how can you restore a redirected standard stream?

0 Answers  


Can one function call another?

0 Answers  






In which category does main function belong??

5 Answers  


What are formal parameters?

0 Answers  


what is the use of bitfields & where do we use them?

2 Answers  


why TCS selected more student in the software field from all institution.

5 Answers   TCS,


Why can’t constant values be used to define an array’s initial size?

0 Answers  


What is the difference between int main and void main in c?

0 Answers  


What is the symbol indicated the c-preprocessor?

0 Answers  


Categories