Why malloc is faster than calloc?


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

Post New Answer

More C Interview Questions

#define MAX 3 main() { printf("MAX = %d ",MAX ); #undef MAX #ifdef MAX printf("Vector Institute”); #endif }

1 Answers   Vector India,


What is the full form of getch?

0 Answers  


1.int a=10; 2.int b=20; 3. //write here 4.b=30; Write code at line 3 so that when the value of b is changed variable a should automatically change with same value as b. 5.

0 Answers  


what is computer engg

1 Answers  


Is malloc memset faster than calloc?

0 Answers  






what is structuer?

4 Answers   LG Soft, Wipro,


What are the different types of C instructions?

0 Answers   InterGraph,


consagous technology placement paper

3 Answers   Consagous, Sypra,


Explain a pre-processor and its advantages.

0 Answers  


What is the use of the function in c?

0 Answers  


Define recursion in c.

0 Answers  


Explain the difference between structs and unions in c?

0 Answers  


Categories