logo search
Jack H

3.7 ARCHITECTURE OF ‘C’ PROGRAMS (TOP-DOWN)

3.7.1 How?

A program should be broken into fundamental parts (using functions for each part) and then assembled using functions. Each function consists of programs written using the previous simpler functions.