Programming Languages

What is the purpose of the `main` function in C?

Easy
17
Added
The `main` function is the entry point of a C program. It is where the program execution begins.