how does arr points out to base address
as arr is the name of the array here
Basic doubt about indexing of array
@Sunkumsav if you don’t give starting position just write arr there then by default it will start find from 0th index,else we can give custom starting position by writing arr+start_pos