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
Answer: Option A
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
- 17
- 24
- 35
- None of these
Answer & Explanation
Answer: Option A
TAGS:
Comments
Post a Comment