Top

Discussion

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)

Answer: B

No answer description available for this question.

No comment is present. Be the first to comment.
Loading…

Post your comment