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 the difference between exit() and _exit() function in c?
Can a function be forced to be inline? Also, give a comparison between inline function and the C macro?
read a number & print all its devisors using c-program?
What does c mean before a date?
Did c have any year 2000 problems?
who developed c and why he developed c?
How to explain the final year project as a fresher please answer with sample project
Can I use base-2 constants (something like 0b101010)? Is there a printf format for binary?
What are the similarities between c and c++?
Why is %d used in c?
Write programs for String Reversal & Palindrome check
There are 3 baskets of fruits with worng lables,one basket has apple,another basket has orange,another has combination of apple and orange,what is the least way of interchange the lables.
15 Answers Cisco, Google, MBT,