InterviewSolution
Saved Bookmarks
| 1. |
Assertion (A): In for each loop, the array pointer is shifted by one.Reason (R): Whether it reaches the end of the array element(a) A is True, R is correct But R is not correct explanation for A(b) Assertion is True, Reason is False(c) Assertion is false, Reason is true(d) Assertion and Reason are correct and R is the correct reason for A. |
|
Answer» (d) Assertion and Reason are correct and R is the correct reason for A. |
|