Help me in solving ARRAYMCQ1 problem

My issue

why is option 1 incorrect?

Learning course: Arrays using C++
Problem Link: CodeChef: Practical coding for everyone

@somu2003
option 1 is incorrect because for i=1, A[i-1] will give run time error.