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 7 of 7.

Vani said:   1 decade ago
Thank you Ramanji.

Rishitha said:   1 decade ago
What is subscript?

Tukaram said:   8 years ago
Thanks @Ramanaji.
(1)

Ajay said:   7 years ago
Thanks, @Pradeep.
(1)

Suraj said:   7 years ago
Thanks @Ramanaji.
(1)

Sweta jain said:   8 years ago
Thanks @Ramanaji.

Bhuvana said:   1 decade ago
Thanks ramanji.

Sagar said:   1 decade ago
Thanks pradeep

Naveen said:   1 decade ago
Thanks to all.

Deep said:   1 decade ago
Good pradeep.


Post your comments here:

Your comments will be displayed after verification.