I am not able to get whats the tutor wants t say by arrry pointer

what is the meaning of a[i] , a[i]+n…in the void rotate stl

so this is a functionality procided by c++ stl
where u can simply rotate the entire aray from a beginning index to some end index by
writing
rotate(arr+startindex , arr+endindex)
this rotated the array
if suppose u say startindex =0 and endindex = 5
then only 0 ,4 index is rotate
the 5th index is not included

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.