what is use of malloc and calloc?


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

Post New Answer

More C Interview Questions

Why is event driven programming or procedural programming, better within specific scenario?

0 Answers   Wipro,


Are there any problems with performing mathematical operations on different variable types?

0 Answers  


Where local variables are stored in c?

0 Answers  


what are the stages of compilation

1 Answers   Bosch,


int n=1; while(1) { switch(n) { case 1:printf("a"); n++; continue; case 2:printf("b"); n++; continue; default : printf("c"); break; } break; }

1 Answers  


What is union in c?

0 Answers  


What is .obj file in c?

0 Answers  


1. Can we use the for loop this way? for(;i>5;) 2. What is the use of pointers? 3. what is array of pointer? 4. What is the difference between file and database? 5. Define data structure?

1 Answers  


how to write a cprogram yo get output in the form * *** ***** ******* ********* ******* ***** *** *

3 Answers  


What is the size of enum in bytes?

0 Answers  


how to capitalise first letter of each word in a given string?

0 Answers  


Write a program to print prime nums from 1-20 using c programing?

13 Answers   IBM,


Categories