Home C Tutorials Practical Pointers

C Tutorials - Practical Pointers



C pointers are simply memory addresses, they're notorious for contributing to tricky programs and hard-to-spot program bugs. C pointers are easier to use than assembler address operands, but C's low-level and unprotected exposure of addresses creates pitfalls for business application programs.

[Next]