Answer Posted / sathees kumar
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 ? | 1 Yes | 0 No |
Post New Answer View All Answers
Do you know null pointer?
Why is c so important?
any restrictions have on the number of 'return' statements that may be present in a function. a) no restriction b) only 2 return statements c) only 1 return statements d) none of the above
Write a program to swap two numbers without using third variable in c?
How to delete a node from linked list w/o using collectons?
Write a program to check armstrong number in c?
What are the application of c?
Explain the advantages of using macro in c language?
What is the ANSI C Standard?
Write a C program in Fibonacci series.
What is main () in c?
Explain #pragma statements.
Can you please explain the difference between syntax vs logical error?
Why does the call char scanf work?
How many types of sorting are there in c?