Question: What would be the equivalent pointer expression for referring to the array element cat[a][b][c][d]? a) *****(a)+b)+c)+d) b) *i*i*i*icat+al+b)+C)+d) c) *llicat+al+b)+c+d) d) *((cat+a)+b+c+d)

What would be the equivalent pointer expression for referring to the array element cat[a][b][c][d]? a) *****(a)+b)+c)+d) b) *i*i*i*icat+al+b)+C)+d) c) *llicat+al+b)+c+d) d) *((cat+a)+b+c+d)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
