Is it better to use malloc() or calloc()?


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

Post New Answer

More C Interview Questions

Why static variable is used in c?

0 Answers  


why to assign a pointer to null sometimes??how can a pointer we declare get assigned with a garbage value by default???

0 Answers  


why should i select you?

21 Answers   Wipro,


What is union in c?

0 Answers  


How would you rename a function in C?

0 Answers   Tech Mahindra,






Write a program that receives as input a number omaadel-n-print, four digits.

0 Answers  


what is the diff between the printf and sprintf functions?? and what is the syntax for this two functions ??

5 Answers  


What is the purpose of Scanf Print, getchar, putchar, function?

3 Answers  


please give me answer with details #include<stdio.h> main() { int i=1; i=(++i)*(++i)*(++i); printf("%d",i); getch(); }

3 Answers  


What is openmp in c?

0 Answers  


What is a dynamic array in c?

0 Answers  


what are two categories of clint-server application development ?

1 Answers  


Categories