Introduction to function in C Programming Language
Saturday, December 26, 2024
Introduction to function : What is Function ?
- Function is Basic Requirement for Modular Programming.
- Functions are Building blocks of C Program.
- Execution of C Program begins with main Function
- Other functions are executed when they are called directly or indirectly by main
- Every C Program has atleast 1 function and that should be main.
0 comments:
Post a Comment