Top

Discussion

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: A

No answer description available for this question.

No comment is present. Be the first to comment.
Loading…

Post your comment