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
What are terms in math?
Is c language still used?
Are enumerations really portable?
What are the two types of functions in c?
How can I read data from data files with particular formats?
i = 25;switch (i) {case 25: printf("The value is 25 ");case 30: printf("The value is 30 "); When the above statements are executed the output will be : a) The value is 25 b) The value is 30 c) The value is 25 The value is 30 d) none
What are the types of bitwise operator?
What is the value of c?
What is c system32 taskhostw exe?
What is the general form of #line preprocessor?
Why is c fast?
How can you tell whether two strings are the same?
Suggesting that there can be 62 seconds in a minute?
What is C language ?
What is %d called in c?