...
Code Block | ||||
---|---|---|---|---|
| ||||
[expnull.c:10] **EXPR_NULL**
>> b = &a[1];
Expression uses null pointer: &a[1]
Stack trace where the error occurred:
main() expnull.c, 10 |
...
...
Code Block | ||||
---|---|---|---|---|
| ||||
[expnull.c:10] **EXPR_NULL**
>> b = &a[1];
Expression uses null pointer: &a[1]
Stack trace where the error occurred:
main() expnull.c, 10 |
...