n 7 printf("%s\n", hello); (gdb) Finally, we can examine variables and memory using print (p) for printing variables and x to print bytes at a memory address. E.g.: (gdb) print hello $1 = "Hello ...