RosettaCodeData/Task/Gotchas/C/gotchas-8.c
2023-07-01 13:44:08 -04:00

2 lines
42 B
C

myArray[40];
int x = gotcha(&myArray[0]);