TCC238: Structured Programming Course Work, WOU, Malaysia C Program Comprises All Codes Needed For The Compilation And Execution Of A Runnable System
May 18, 2023
C program comprises all codes needed for the compilation and execution of a runnable system. A complete C program can include multiple functions and function calls. Modularity makes the entire program more readable and easier to debug. You should always strive to modularize your codes.
A C function on the other hand is limited to the implementation procedure/method performing a specific task.