source:
CIVL/examples/languageFeatures/pointerAddBad3.c@
5ddac35
| Last change on this file since 5ddac35 was 7db6b12, checked in by , 12 years ago | |
|---|---|
|
|
| File size: 111 bytes | |
| Line | |
|---|---|
| 1 | #include <stdio.h> |
| 2 | |
| 3 | int main(int argc, char * argv[]) { |
| 4 | int a[3]; |
| 5 | int *p = a + 100; |
| 6 | |
| 7 | printf("%p", p); |
| 8 | } |
| 9 |
Note:
See TracBrowser
for help on using the repository browser.
