Next:
Not assigning a pointer to memory address
Up:
Pointers
Previous:
Pointers and Structures
Common Pointer Pitfalls
Here we will highlight two common mistakes made with pointers.
Not assigning a pointer to memory address before using it
Illegal indirection