
please wait
|
|
main: call print_sum print_sum: call sum sum: about to return the result to the caller print_sum: sum finished executing and returned the result 101 to the caller print_sum: 23 + 78 == 101 print_sum: about to return (without a result) to the caller main: print_sum finished executing and returned to the caller |