1. |
What will happen if in a C program you assign a value to an array element whose subscript exceeds the size of array?
| |||||||
|
2. |
What does the following declaration mean?
int (*ptr)[10]; | |||||||
|
3. |
In C, if you pass an array as an argument to a function, what actually gets passed?
| |||||||
|
4. |
What will be the output of the program ?
| |||||||
|
5. |
What will be the output of the program ?
| |||||||
|
No comments:
Post a Comment