Explain structured programming
The principal idea behind structured programming was as easy as the idea of "divide and conquer." A computer program could be regarded as having of a set of tasks. Any task that was too complex to be simply described would be broken into a set of smaller component tasks, unless the tasks were sufficiently small and self-contained to be simply understood. The language C uses structured programming approach.