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)
Answers
Answered by
1
Answer:
*(a+(i +(j+(k+l))))
Similar questions
Geography,
4 months ago
Math,
4 months ago
Math,
8 months ago
Biology,
11 months ago
Social Sciences,
11 months ago