ICSE Class 10 Computer Applications Question 28 of 30

Solved 2023 Question Paper ICSE Class 10 Computer Applications — Question 28

Back to all questions
28
Question

Question 2(viii)

Consider the given array and answer the questions given below:

int x[ ] = {4, 7, 9, 66, 72, 0, 16};

(a) What is the length of the array?

(b) What is the value in x[4]?

Answer

(a) 7

(b) 72