News

To summarize our second part on pointers in C: pointer arithmetic happens always relative to the underlying data type, operator precedence needs to be considered or tackled with parentheses ...
In the first part of this series, we covered the basics of pointers in C, and went on to more complex arrangements and pointer arithmetic ... use of C’s typedef operator.