What would be the equivalent pointer expression for referring the array element a[i][j][k][l] - Study24x7
Social learning Network
23 Feb 2023 01:18 PM study24x7 study24x7

What would be the equivalent pointer expression for referring the array element a[i][j][k][l]

A

((((a+i)+j)+k)+l)

B

*(*(*(*(a+i)+j)+k)+l)

C

(((a+i)+j)+k+l)

D

((a+i)+j+k+l)

study24x7
Write a comment
Related Questions
500+   more Questions to answer
Most Related Articles