Why calloc is better than malloc?


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 int main and void main?

0 Answers  


What does the function toupper() do?

0 Answers  


Explain how can I read and write comma-delimited text?

0 Answers  


totally how much header files r in c language

8 Answers   TCS,


whitch value return void main?

11 Answers  






plssssss help !!....using array.. turbo c.. create a program that will accept number of words to be consored. .a word must not exceed 10 characters long .the text to be entered will be no longer than 200 characters .there will be no 10 words example: enter number of words to be censor: 5 enter words to censor: windows office microsoft bill gates enter text to censor: bill gates founded microsoft and makes office and windows sample output: <consored> <censored> founded <censored> and makes <censored> and <censored>

1 Answers  


What are control structures? What are the different types?

0 Answers  


List a few unconditional control statement in c.

0 Answers  


What does 3 periods mean in texting?

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 does %p mean c?

0 Answers  


What is wrong with this declaration?

0 Answers  


Categories