Arrays

Given the following array declaration, what is the value stored in the scores[2][3] element?
int scores[5][5] = {5};

Topic archived. No new replies allowed.