The name of the function is printf and the parameter is "Hello." This function call causes the computer to display the word Hello on the display screen.
A routine that invokes another routine is sometimes referred to as the calling routine . The routine that is invoked is referred to as the called routine.