The C declaration int A[5][7] Contains x elements, each of these elements is itself an array containing y integers. What is the value of 2x+y A. 17 B. 24 C. 35 D. None of these

The C declaration
int A[5][7]
Contains x elements, each of these elements is itself an array containing y integers.
What is the value of 2x+y

  1. 17
  2. 24
  3. 35
  4. None of these


Answer & Explanation

Answer: Option A
TAGS:

The C declaration int A[5][7] Contains x elements, each of these elements is itself an array containing y integers. What is the value of 2x+y A. 17 B. 24 C. 35 D. None of theseThe C declaration int A[5][7] Contains x elements, each of these elements is itself an array containing y integers. What is the value of 2x+y A. 17 B. 24 C. 35 D. None of theseThe C declaration int A[5][7] Contains x elements, each of these elements is itself an array containing y integers. What is the value of 2x+y A. 17 B. 24 C. 35 D. None of these

Comments