What values does testArray [2][1][0] in the sample code below contain?
- int testArray [3][2][2] = { 1,2,3,4,5,6,7,8,9,10,11,12 };
What values does testArray [2][1][0] in the sample code below contain?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Manas MohapatraPosted Nov 12, 2016, 1:27 PM
Abhilash J APosted Nov 14, 2016, 5:55 AM