C Programming MCQ

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

Explanation :

jayashree krishnamoorthy said: (1:10am on Tuesday 13th February 2018)
how 4 will be the var[0][3]

Write your comments here:


Report Error
 

Option: A

Explanation : Explanation will come here. Explanation will come here. Explanation will come here. Explanation will come here. Explanation will come here.