|
|
n= 5 n= 1086324736 n= 1086324736 n= 1086324736 n= 1086324736 |
(gdb) print &n $1 = (int *) 0x7fffffffe620 (gdb) print &matrix[0] $2 = (float *) 0x7fffffffe570 (gdb) print &matrix[24] $3 = (float *) 0x7fffffffe5d0 (gdb) print &new_mat[14] $5 = (float *) 0x7fffffffe618 (gdb) print &new_mat[0] $6 = (float *) 0x7fffffffe5e0 |
|
|
|
|