I want to know if there's a way to use GCC compiler directly from terminal. ex)`gcc mainc. -o main` `./main 10 20 30` I need them to use command line arguments.