What is Dynamic memory allocation in C? Name the dynamic allocation functions.
To allocate memory dynamically, library functions are malloc() , calloc() , realloc() and free() are used. ... These functions are defined in the <stdlib. h> header file.
Is This Answer Correct ? | 0 Yes | 0 No |
which one is better structure or union?(other than the space occupied )
Rapunzel walks into the forest of forgetfullness. She meets a Lion who lies on Monday Tuesdays and Wednesdays and meets a rabbit who lies on Thurs fridays and saturdays . On that day both say that "I lied yesterday". What day is it .
Why is c not oop?
What is uint8 in c?
char ch=10;printf("%d",ch);what is the output
Why can't we initialise member variable of a strucutre
Why is not a pointer null after calling free?
Why pointers are used in c?
What are preprocessor directives?
How do you define a function?
Is fortran still used today?
n=7623 { temp=n/10; result=temp*10+ result; n=n/10 }