// Calling Convention and Naming // What is the name of something. main() { int x = 0; foo(x); } foo(int z) { int x;