In C, if a pointer p is declared as int *p and…

Written by

in

In C, if a pointer p is declared as int *p and points to an integer, what happens when p is incremented by 1?

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *

More posts