What is Memory leakage ?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / 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 |
how do you redirect stdout value from a program to a file?
When should you not use a type cast?
What is Memory leakage ?
what is the difference between while and do while?
What is wrong with this code?
Why Modern OS are interrupt driven?Give an example
Why doesnt long int work?
You have an array of n integers, randomly ordered with value 1 to n-1.The array is such that there is only one and one value occurred twice. How will you find this number?
What is table lookup in c?
What does int main () mean?
An expression to whose value an operater is applied a) operand b) variable c) constant d) all of the above
what is level of tree if leaf node is at level 4.please explain.