If ‘ptr’ is a pointer to an integer and ptr = &arr[0]…

Written by

in

If ‘ptr’ is a pointer to an integer and ptr = &arr[0] where arr is an integer array, what does ‘++ptr’ do?

Comments

Leave a Reply

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

More posts