C Programming - C Arrays Questions and Answers
1. What will happen if in a C program you assign a value to an array element whose subscript exceeds the size of array?
Loading...
2. What does the following declaration mean?
int (*ptr)[10];
int (*ptr)[10];
Loading...
Are these questions helpful for you?
Comments: (Your feedback is valuable to us)