A C language module is a program unit which can be linked with other modules to form a complete program. A translation unit can contain multiple functions, variables, and constants, which can be linked individually.
The entry point to a C program is through a function called main.
| Translation Unit | <translation-unit> |
| Function | |
| Procedure |
|
C Now
| C Module |
| C++ Now | C++ Module |
| C# Now | C# Module |
| COBOL Now | COBOL Module |
| FORTRAN Now | FORTRAN Module |
| Java Now | Java Module |
| JavaScript Now | JavaScript Module |
| Pascal Now | Pascal Module |
| Perl Now | Perl Module |
| PHP Now | PHP Module |