What does the expression `ptr += 2` primarily achieve in C, given…

Written by

in

What does the expression `ptr += 2` primarily achieve in C, given `ptr` is a pointer to an integer?

Comments

Leave a Reply

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

More posts