...
Question 11538 – RAM
November 23, 2023
Question 3738 – Data-Structures
November 23, 2023
Question 11538 – RAM
November 23, 2023
Question 3738 – Data-Structures
November 23, 2023

Question 3719 – Data-Structures

A three dimensional array in ‘C’ is declared as int A[x][y][z]. Here, the address of an item at the location A[p][q][r] can be computed as follows (where w is the word length of an integer):

Correct Answer: B

A
&A[0][0][0] + w(y* z* q + z* p + r)
B
&A[0][0][0] + w(y* z* p + z*q + r)
C
&A[0][0][0] + w(x* y* p + z* q+ r)
D
&A[0][0][0] + w(x* y* q + z* p + r)
0 0 votes
Article Rating
Subscribe
Notify of
0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x
error: Alert: Content selection is disabled!!