Explain the difference between malloc() and calloc() in c?


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

Post New Answer

More C Interview Questions

Write a program to find factorial of a number using recursive function.

0 Answers   Global Logic, TCS,


How can I do serial ("comm") port I/O?

0 Answers   Celstream,


what is the similarities between. system call and library function?

1 Answers   Wipro,


What are types of functions?

0 Answers  


What is 'makefile' in C langauage? How it be useful? How to write a makefile to a particular program?

2 Answers  


write a c program to print the values in words eg:- 143 written it has (one hundred and forty three)& 104, 114 are also written words

5 Answers   Captronic, DELL, Google, IBM, Mithi, RCC, Wipro,


#define MAX(x,y) (x) >(y)?(x):(y) main() { inti=10,j=5,k=0; k= MAX(i++,++j); printf("%d..%d..%d",i,j,k); }

0 Answers   Wilco,


Write a program that takes a 5 digit number and calculates 2 power that number and prints it.

1 Answers  


how to go with this?

1 Answers   Wipro,


write a program wch produces its own source code aas its output?

1 Answers   IonIdea,


what is available in C language but not in C++?

10 Answers   CTS, TCS,


What is a floating point in c?

0 Answers  


Categories