Failing to compile a simple program

I’ve bn trying to compile some C program bt get this error
Where am I getting it wrong
Or what shall I do???

remove the - before hello it should just be

gcc filename.c - o newfilename

1 Like