Answer from cs61c-ef (Tanay Nagjee 16096756) for Question 1 In C, the caller function passes an argument to the callee function by value. It creates a copy of the value of the argument and passes it to the callee. In Verilog, The ports that are sent to each callee module are bound to other signals for interconnection with other modules within the caller function.