sugo@vm:~/c$ gdb esercizio7.1debug GNU gdb (GDB) Red Hat Enterprise Linux (7.2-83.el6) Copyright (C) 2010 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "x86_64-redhat-linux-gnu". For bug reporting instructions, please see: ... Reading symbols from /home/sugo/c/esercizio7.1debug...done. (gdb) b 7 Breakpoint 1 at 0x40065c: file esercizio7.1.c, line 7. (gdb) r Starting program: /home/sugo/c/esercizio7.1debug Immetti la lunghezza dei vettori: 5 Breakpoint 1, main () at esercizio7.1.c:9 9 for (i=0; i