What is malloc() function?


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

Post New Answer

More C Interview Questions

What is string length in c?

0 Answers  


matrix multiplication fails introspect the causes for its failure and write down the possible reasons for its failurein c language.

5 Answers   TCS,


what is the main use of c where it can use the c

2 Answers   Infosys,


Describe the header file and its usage in c programming?

0 Answers  


i want explaination about the program and its stack reprasetaion fibbo(int n) { if(n==1 or n==0) return n; else return fibbo(n-1)+fibbo(n-2); } main() { fibbo(6); }

2 Answers  






we have a 3litres jug and a 5 litres jug and no measures on them. using these two jugs how can we measure 4 litres of water?

2 Answers   Convergys,


The __________ attribute is used to announce variables based on definitions of columns in a table?

0 Answers  


Which of the following is not a valid declaration for main ()? 1) int main() 2) int main(int argc, char *argv[]) 3) They both work

2 Answers  


What are the loops in c?

0 Answers  


Explain what is #line used for?

0 Answers  


how can use subset in c program and give more example

0 Answers  


What header files do I need in order to define the standard library functions I use?

0 Answers  


Categories