Answer
- Help in structured programming
Work Step by Step
-we can splite the program in logical blocks so that whole can be maintain more straigically
-we can use the same code multiple times without writing whole code if functions are used
-Individual functions can be easily tested.
-if any error occurs in one code line then we do not have to modify for every execution
-helps us in structured programming