The use of pointers is very important in C and an essential concept to grasp. My code below with comments helps to explain the fundamentals of declaring integers, pointers and assigning valuables through pointers and passing pointers to functions.
1 |
|
I have written a more in depth post on pointers as it is such an important topic. For this later post please see here