Which is better between malloc and calloc?


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

Post New Answer

More C Interview Questions

How many main () function we can have in a project?

0 Answers  


how can write all 1to 100 prime numbers using for loop,if and break ?

2 Answers   TCS,


how to add two numbers without using arithmetic operators?

4 Answers  


what are the various memory handling mechanisms in C ?

4 Answers   HP,


Write a program to swap two numbers without using third variable in c?

0 Answers  


How does memset() work in C?

2 Answers  


can u suggest me am in a confusion to choose whether to go to c programming or a software testing . am a graduate in B.sc(electronics).

1 Answers  


What do you mean by c?

0 Answers  


Why do we use header files in c?

0 Answers  


what is a headerfile?and what will be a program without it explain nan example?

6 Answers   Assurgent,


What do you mean by a sequential access file?

0 Answers  


void main() { int x=25,y=32; clrscr(); x=x++ + y++; y=++x + ++y; printf("%d%d",x,y); }

5 Answers  


Categories