Why is malloc used?



Why is malloc used?..

Answer / saipriya

To allocate the memory

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

what is the flow of execution in cprogram? ex:printf();,scanf();

2 Answers  


What is infinite loop?

0 Answers  


What tq means in chat?

0 Answers  


What is multidimensional arrays

0 Answers  


a direct address that identifies a location by means of its displacement from a base address or segment a) absolute address b) relative address c) relative mode d) absolute mode

0 Answers  






Define and explain about ! Operator?

0 Answers  


Can you subtract pointers from each other? Why would you?

0 Answers  


What is data structure in c programming?

0 Answers  


how to use enum datatype?Please explain me?

3 Answers   Excel,


What are valid operations on pointers?

0 Answers  


Write a program in C to reverse a number by recursive function?

1 Answers  


2)#include<iostream.h> main() { printf("Hello World"); } the program prints Hello World without changing main() the o/p should be intialisation Hello World Desruct the changes should be a)iostream operator<<(iostream os, char*s) os<<'intialisation'<<(Hello World)<<Destruct b) c) d)none of the above

4 Answers   Siemens,


Categories