What does malloc () calloc () realloc () free () do?


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

Post New Answer

More C Interview Questions

Explain what are the advantages and disadvantages of a heap?

0 Answers  


What is the size of structure in c?

0 Answers  


What is use of #include in c?

0 Answers  


What does typeof return in c?

0 Answers  


What is the argument of a function in c?

0 Answers  






Study the code: void show() main() { show(); } void show (char *s) { printf("%sn",s); } What will happen if it is compiled & run on an ANSI C Compiler? A)It will compile & nothing will be printed when it is executed B)it will compile but not link C)the compiler will generate an error D)the compiler will generate a warning

4 Answers   Accenture,


write a progam to compare the string using switch case?

1 Answers  


Disadvantages of C language.

0 Answers   Impetus,


Write the test cases for checking a variable having value in range -10.0 to +10.0?

0 Answers   Bosch,


Explain what is a pragma?

0 Answers  


typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?

0 Answers   Wilco,


How can I avoid the abort, retry, fail messages?

0 Answers  


Categories