Comment on "
Intro to C Pointers and Dynamic Memory
"
by Dharm — Jun 11
Just a correction, instead of
(*p)++
, it should read
p++
.
Back to "
Intro to C Pointers and Dynamic Memory
"
Copyright © Scott Stevenson 2004-2015
by Dharm — Jun 11