What do you mean by dynamic memory allocation in c? What functions are used?


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

Post New Answer

More C Interview Questions

void main(int argc,char *argv[],char *env[]) { int i; for(i=1;i<argc;i++) printf("%s",env[i]); }

3 Answers  


What is structure packing in c?

0 Answers  


how to solve "unable to open stdio.h and conio.h header files in windows 7 by using Dos-box software

0 Answers  


What is the use of f in c?

0 Answers  


const char * char * const What is the differnce between the above tow?.

6 Answers   Ramco, TCS,






to find the closest pair

0 Answers   Infosys,


How do I convert a string to all upper or lower case?

0 Answers  


What is the purpose of the statement: strcat (S2, S1)?

0 Answers  


write a program to rearrange the array such way that all even elements should come first and next come odd

0 Answers  


What are extern variables in c?

0 Answers  


#include show(int t,va_list ptr1) { int a,x,i; a=va_arg(ptr1,int) printf(" %d",a) } display(char) { int x; listptr; va_star(otr,s); n=va_arg(ptr,int); show(x,ptr); } main() { display("hello",4,12,13,14,44); }

0 Answers   Wilco,


How can I set an array's size at run time?

9 Answers  


Categories