RosettaCodeData/Task/Gotchas/C/gotchas-10.c

3 lines
42 B
C
Raw Permalink Normal View History

2025-02-27 18:35:13 -05:00
myArray[40];
int x = gotcha(&myArray[0]);