Answer Posted / hrpynux@gmail.com
Memory leak occurs when programmers create a memory in heap and forget to delete it. ... To avoid memory leaks, memory allocated on heap should always be freed when no longer needed.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What does the message "automatic aggregate intialization is an ansi feature" mean?
Is c# a good language?
What are multidimensional arrays?
Explain enumerated types in c language?
write a c program to calculate sum of digits till it reduces to a single digit using recursion
Explain what is the benefit of using an enum rather than a #define constant?
Differentiate between ordinary variable and pointer in c.
Is null always equal to 0(zero)?
What is the sizeof () operator?
Explain a file operation in C with an example.
Explain zero based addressing.
What tq means in chat?
I need a sort of an approximate strcmp routine?
What is chain pointer in c?
What is the argument of a function in c?