C Programming - Pointers - Discussion

Discussion Forum : Pointers - General Questions (Q.No. 6)
6.
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)
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
70 comments Page 6 of 7.

Tj015 said:   2 decades ago
Can anyone explain this concept?

Jaga said:   8 years ago
Nice explanation. Thank you all.

Adi said:   4 years ago
Thanks @Pradeep and @Ramanaji.

Neeti said:   1 decade ago
I also agree with Ramanaji.

Emel said:   1 decade ago
Nice explanation guys!

Meenu said:   1 decade ago
Explain this concept.

Baraka said:   8 years ago
Thanks @Ankit Jain.

Sairam said:   6 years ago
Thank you @Pradeep.

Kuttu said:   1 decade ago
Thanks anil kumar.

Riya said:   1 decade ago
Thank you Pradeep.


Post your comments here:

Your comments will be displayed after verification.