Showing posts with label divide and conquer.. Show all posts
Showing posts with label divide and conquer.. Show all posts

Wednesday, March 24, 2010

Modular programming in C




What is Modular programming ?

- A programming technique to break down program functions into separate modules/parts/layers.
- Module, have to accomplishes one function by containing the source codes and input/output variables needed to accomplish that function.

Labels