✏️ Explanatory Question

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]?

👁 62 Views
📘 Detailed Answer
🟢 Easy
💡

Answer with Explanation

(a) 7

(b) 72