C Programming - Arrays - Discussion
Discussion Forum : Arrays - General Questions (Q.No. 2)
2.
What does the following declaration mean?
int (*ptr)[10];
int (*ptr)[10];
Discussion:
64 comments Page 7 of 7.
Ravikumar said:
1 decade ago
We can use a * sometimes to declare the array both are same that is way answer is b.
Neha said:
1 decade ago
Can you explain me the concept?
Chitra said:
1 decade ago
*ptr is a pointer and [10] is array is array declaration.
Sagar Said said:
2 decades ago
Can you explain me the concept
Post your comments here:
Quick links
Quantitative Aptitude
Verbal (English)
Reasoning
Programming
Interview
Placement Papers