If ‘ptr’ is a pointer to an integer and ptr = &arr[0] where arr is an integer array, what does ‘++ptr’ do?
If ‘ptr’ is a pointer to an integer and ptr = &arr[0]…
Written by
in
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?
Leave a Reply