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]
Discussion:
70 comments Page 5 of 7.
Thangarasu said:
1 decade ago
Nice explanation by pradeep and ramanaji !.
Suma sahithi said:
1 decade ago
Array itself is a pointer. If we creat an array it defaultly takes address of 1st element, so to take value in that address we should place * before it. As it is a 4 dimentional array we should place * before each one.
Neeti said:
1 decade ago
I also agree with Ramanaji.
Thangavel.V said:
1 decade ago
Nice Explanation pradeep..lot of thanks ...
Riya said:
1 decade ago
Thank you Pradeep.
Naveen said:
1 decade ago
Thanks to all.
Srivibha said:
1 decade ago
Why we are getting same value when we are printing *(a) and *(*(a))?
Guru said:
1 decade ago
Thank you raman and pradeep.
Its nice explanation.
Its nice explanation.
Harsha said:
1 decade ago
Actually in array concept pointer with create automatically know? Then why should we represent them symbolically? According to this option A is also right na.
Swati bhatt said:
1 decade ago
Thanks to both of you for your good explation, even I know this ans but not clearly.
Post your comments here:
Quick links
Quantitative Aptitude
Verbal (English)
Reasoning
Programming
Interview
Placement Papers