Suppose I need a function to run to a certain point, call another, do some action, call another function, do one more action and finish executing. Whereas the called functions are given a parameter but give no return to the first. Ex:
void com...
asked on
22.09.2015 / 18:27