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

what is the difference between c and java?

1 Answers  


main() { int i=400,j=300; printf("%d..%d"); }

13 Answers   ME,


What is the difference between malloc() and calloc()?

0 Answers  


how to write a cprogram yo get output in the form * *** ***** ******* ********* ******* ***** *** *

3 Answers  


How can I direct output to the printer?

0 Answers  






a linear linked list such that the link field of its last node points to the first node instead of containing NULL a) linked list b) circular linked list c) sequential linked list d) none

0 Answers  


What are inbuilt functions in c?

0 Answers  


How can I read and write comma-delimited text?

0 Answers  


Why do we use pointer to pointer in c?

0 Answers  


What is meant by inheritance?

0 Answers  


How can you allocate arrays or structures bigger than 64K?

0 Answers  


WAP TO ACCEPT STRING AND COUNT A COMES N TIMES B COMES N TIMES C COMES N TIMES D COMES N TIMES AND SO ON......... AT LAST UNTIL Z COMES N TIMES...............

3 Answers  


Categories