Pointers and memory leaks in C

22
BlueVoodoo writes “In this article you’ll learn about the types of pointer operations that can cause memory corruption and you’ll also examine some scenarios that show what to consider while working with dynamic memory allocation. Pointers and memory leaks might seem to be deterrents to some programmers but, once you understand the fundamentals of pointers and associated memory operations, they will be the most powerful tool you posses in C.”

Link: ibm.com/developerworks