RosettaCodeData/Task/Gotchas/C/gotchas-10.c
2025-02-27 18:35:13 -05:00

2 lines
42 B
C

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