Structure of C Program

View


Structure of C Program

There are many types of statements required for any C program. Some of them are OPTIONAL whereas some of them are ESSENTIAL. In this course, we will focus only on following types of statements -

  1. Comments
  2. Header File Inclusion
  3. Declaration of Local Variables (inside main() Function)
  4. Input Statements (inside main() Function)
  5. Processing Statements (inside main() Function)
  6. Output Statements (inside main() Function)


Last modified: Tuesday, 21 September 2021, 9:36 AM