Here is a C++ 2D array:
int arr[4][2] = { {0,1}, {2,3}, {4,5}, {6,7} };
Which one of following comparison expressions returns false?