Give array int X[] = { 11, 22, 33, 44, 55 } ; the value of X[1] is___
Answers
Answered by
1
Explanation:
22
x[1] is 22
by indexing value
Similar questions