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 -
- Comments
- Header File Inclusion
- Declaration of Local Variables (inside main() Function)
- Input Statements (inside main() Function)
- Processing Statements (inside main() Function)
- Output Statements (inside main() Function)
Last modified: Tuesday, 21 September 2021, 9:36 AM