What is the difference between malloc() and calloc() function in c language?


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

Post New Answer

More C Interview Questions

I need previous papers of CSC.......plz help out by posting them.......

0 Answers  


What are structure members?

0 Answers  


Why n++ execute faster than n+1 ?

2 Answers  


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  


How to write in a function declaration and in function call in which the function has 'n' number of varible or arguments?

2 Answers  






what type of questions arrive in interview over c programming?

0 Answers  


Describe the modifier in c?

0 Answers  


Tell me is null always defined as 0(zero)?

0 Answers  


How to create struct variables?

0 Answers  


What is #define?

0 Answers  


void main(){ int a; a=1; while(a-->=1) while(a-->=0); printf("%d",a); }

0 Answers  


25. It takes five minutes to pass a rumour from one person to two other persons. The tree of rumour continues. Find how many minutes does it take spread the rumour to 768 persons. ?

11 Answers   CTS, TCS,


Categories