Introduction to function in C Programming Language

Saturday, December 26, 2024

Introduction to function : What is Function ?

  1. Function is Basic Requirement for Modular Programming.
  2. Functions are Building blocks of C Program.
  3. Execution of C Program begins with main Function
  4. Other functions are executed when they are called directly or indirectly by main
  5. Every C Program has atleast 1 function and that should be main.

0 comments:

Total Visits

  © Blogger templates Newspaper by Ourblogtemplates.com 2008

Back to TOP