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
How do we make a global variable accessible across files? Explain the extern keyword?
Explain what are header files and explain what are its uses in c programming?
What is call by reference in functions?
What is s or c?
Explain what are the __date__ and __time__ preprocessor commands?
Explain what are its uses in c programming?
Explain goto?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
Write a program to check palindrome number in c programming?
How can a string be converted to a number?
What does 3 mean in texting?
What does struct node * mean?
write a program that types this pattern: 12345678987654321 12345678 87654321 1234567 7654321 123456 654321 12345 54321 1234 4321 123 321 12 21 1 1
What are the 4 types of functions?
What are the primitive data types in c?