I have a question about a main function with the following arguments:
int main(int argc, char *argv[])
Let's say the above line comes from a source code named exe1. If I compile this source code, what role do the arguments argc and argv have when running the code?