entry point
point in a computer program where instruction-execution begins
main function
function in C or C++, which is the entry point to execution, which can take either no arguments, two arguments (conventionally named argc and argv), or three arguments (whose third argument is conventionally named env)