1.

Consider the statement int val[2] [4] = { 1, 2, 3, 4, 5, 6, 7, 8} ; 4 will be the value of

A. val[0 ][ 3]
B. val[0][4]
C. val[1][1]
D. none of the above
Answer» B. val[0][4]


Discussion

No Comment Found