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 |
c program to manipulate x=1+3+5+...+n using recursion
consagous technology placement paper
? ???Mirror Mirror on the wall????????
How do you define structure?
Implement a function that returns the 5th element from the end in a singly linked list of integers in one pass.
What is #line used for?
what is stack , heap ,code segment,and data segment
Define function pointers?
write a C program:There is a mobile keypad with numbers 0-9 and alphabets on it. Take input 0f 7 keys and then form a word from the alphabets present on the keys.
1 Answers 91mobiles, Amazon, App Guruz, College School Exams Tests, Folio3, Infosys, Omega, Planin, Riphah International University, Subex,
What does 3 mean in texting?
Dont ansi function prototypes render lint obsolete?
What are qualifiers?