In the code snipped above, the string "Hello" is allocated a slot in your binary. The compiler does this when it compiles your program so you can refer to it later. Essentially this is allocating...