Arrays

Given the following array declaration, what is the value stored in the scores[1][1] element?
int scores[5][5] = {5};
Topic archived. No new replies allowed.