what is use of malloc and calloc?


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

Post New Answer

More C Interview Questions

What is the code in while loop that returns the output of given code?

0 Answers  


Explain how do you sort filenames in a directory?

0 Answers  


Why is struct padding needed?

0 Answers  


How to write the code of the program to swap two numbers with in one statement?

2 Answers  


What is the difference between char array and char pointer?

0 Answers  






how to introdu5ce my self in serco

0 Answers  


What is the right type to use for boolean values in c? Is there a standard type? Should I use #defines or enums for the true and false values?

0 Answers  


#include<stdio.h> void main() { int a,b,c; a=b=c=1; c=++a || ++b && ++c; printf("%d\t%d\t%d",a,b,c); }

3 Answers  


What is the difference between new and malloc functions?

0 Answers   InterGraph,


write a program in c language for the multiplication of two matrices using pointers?

8 Answers   Ignou,


what is the height of tree if leaf node is at level 3. please explain

0 Answers  


Explain how can I avoid the abort, retry, fail messages?

0 Answers  


Categories