Search:
Forum
General C++ Programming
Arrays
Arrays
Apr 19, 2018 at 8:27pm UTC
JN1982
(4)
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.
C++
Information
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs