C Programming - A Modern Approach (2nd Ed)
C Programming - A Modern Approach (2nd Ed)
consecutive ranks
1/ if we declare pointers,
we have to let C know that
it's a pointer by putting
asterisk before it.
2/ if we use asterisks in
arguments and functions, input actual pointers
it means dereferencing.
row