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
When a c file is executed there are many files that are automatically opened what are they files?
What is #define used for in c?
Who developed c language and when?
What is the purpose of type declarations?
what is diffrence between linear and binary search in array respect to operators?what kind of operator can be used in both seach methods?
What are the advantage of c language?
Define macros.
What is the use of parallelize in spark?
explain how do you use macro?
How can I invoke another program (a standalone executable, or an operating system command) from within a c program?
Can you assign a different address to an array tag?
Explain the use of keyword 'register' with respect to variables.
Tell me the use of bit field in c language?
What are the difference between a free-standing and a hosted environment?
What is function and its example?