What is a memory leak? How to avoid it?
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 |
What is #error and use of it?
What is the purpose of clrscr () printf () and getch ()?
What is the difference between c &c++?
print the table 5 in loops
what is the maximum limit of row and column of a matrix in c programming. in linux .
what is the hexidecimal number of 4100?
WRITE A PROGRAM TO MERGE TWO SORTED ARRAY USING MERGE SORT TECHNIQUE..
related to rdbms query .
why program counter is 16 bit?
Explain how can I open a file so that other programs can update it at the same time?
What is the difference between single charater constant and string constant?
write a programming in c language, 1 3 5 7 9 11