FAQ: Hello World - Compiling

They asked you to differentiate the name of the c file (script.c) and the executable you compiled, like: gcc script.c -o helloworld, by doing that you are compiling the script.c file into a language understandable by the computer.
They choose to name this executable “helloWorld”
Since, you have done an “executable”, then you read this executable by ./"name of my executable"

1 Like