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
In the DOS enveronment, normal RAM that resides beyond the 1mb mark. a) expanded memory b) swapped memory c) Extended memory d) none
An organised method of depicting the use of an area of computer memory used to signify the uses for different parts of the memory a) swap b) extended memory c) memory map d) all of the above
Tell me what is null pointer in c?
Why is c so popular?
What is substring in c?
Explain can static variables be declared in a header file?
why we wont use '&' sing in aceesing the string using scanf
Why do we use static in c?
What’s the special use of UNIONS?
How can I open files mentioned on the command line, and parse option flags?
Explain what is the difference between a string and an array?
Hai sir, I had planned to write the NIC scientific engineer exam , plz post the sample question......
Explain 'bus error'?
Does * p ++ increment p or what it points to?
Is it possible to pass an entire structure to functions?