scanf() pointers vs. variablesI know in the <cstdio> library that passing variables through scanf("string", pointers) will cause t...