Computer Science, asked by muanawma1955, 1 year ago

Q)​ what would be the equivalent pointer expression for referring the array element a[i][j][k][l]? ((((a+i)+j)+k)+l) *(*(*(*(a+i)+j)+k)+l) (((a+i)+j)+k+l) ((a+i)+j+k+l)

Answers

Answered by Anonymous
1

*(*(*(*(a+i)+j)+k)+l) this is your answer

I hope this will help you

If not then comment me

Answered by Ashk432
0

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

Similar questions