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
1
*(*(*(*(a+i)+j)+k)+l) this is your answer
I hope this will help you
If not then comment me
Answered by
0
*(*(*(*(a+i)+j)+k)+l)
Similar questions