Help me in solving CARRAYMCQ1 problem

My issue

explain this qs

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

@dolabanerjeedh
U have to find the correct condition for which u can check for increasing order of array.

Correct Answer:

Check whether A[i] >= A[i-1], for all in {2, 3, .., N}