Answer Posted / deepak mundhada
when the memory gets allocated using dynamic memory function
like malloc(),realloc()and if we don't free memory using
free() function then this area can't be used by any user.so
this is called Memory leakage.
| Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
Explain the use of fflush() function?
What is uint8 in c?
How is a macro different from a function?
Can the size of an array be declared at runtime?
How do you sort filenames in a directory?
What are header files? What are their uses?
What is strcpy() function?
Write a program to print numbers from 1 to 100 without using loop in c?
What is graph in c?
What is keyword with example?
On most computers additional memory that is accessed through an adapter of feature card along with a device driver program. a) user memory b) conventional memory c) expandedmemory d) area
What is structure pointer in c?
Can main () be called recursively?
What is string in c language?
What does printf does?