Advantages of function in C Programming
Saturday, December 26, 2024
Advantages of function
- Modular and Structural Programming can be done
- It follows Top-Down Execution approach , So main can be kept very small.
- Individual functions can be easily built,tested
- Program development become easy
- Frequently used functions can be put together in the customized library
- A unction can call other functions & also itself
- It is easier to understand the Program topic

Bookmark & Share
1 comments:
GREAT HELP OF MINE....
Post a Comment