source:
CIVL/mods/dev.civl.abc/examples/a2d.c
| Last change on this file was aad342c, checked in by , 3 years ago | |
|---|---|
|
|
| File size: 101 bytes | |
| Line | |
|---|---|
| 1 | #include <stdio.h> |
| 2 | |
| 3 | double a[5][5]; |
| 4 | |
| 5 | void main() { |
| 6 | double *p = *(a+3)+4; |
| 7 | |
| 8 | printf("%p\n", p); |
| 9 | } |
Note:
See TracBrowser
for help on using the repository browser.
