When programming, we chain functions together. Function A calls function B. And so forth. You do not have to program this way, you could write an entire program using a single function. It would be a fun exercise to write a non-trivial program using a single function... as long as you delegate the code writing … Continue reading The cost of a function call