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
Can you write the function prototype, definition and mention the other requirements.
What is the significance of c program algorithms?
What is infinite loop?
Do you know the difference between exit() and _exit() function in c?
what are enumerations in C
What are different types of variables in c?
What is #define in c?
What is the purpose of void pointer?
Explain how can I prevent another program from modifying part of a file that I am modifying?
Define Array of pointers.
What is a const pointer in c?
What is the difference between c &c++?
What is pointer to pointer in c with example?
What is meant by gets in c?
what type of questions arrive in interview over c programming?