Introduction to Pointers
Learn how to use pointers to address memory and to do arithmetic calculations.
We'll cover the following...
The concept of a pointer is one of the most important to thoroughly understand in order to master Linux debugging. By definition, a pointer is a memory cell or a processor register that contains the address of another memory cell, as shown in the illustration below. It has its own address as any memory cell. Sometimes, a ...
Create a free account to view this lesson.
By signing up, you agree to Educative's Terms of Service and Privacy Policy