command_line_arguments in clion
how to run c program via terminal like:
.\main
but it gives following error:
'.\main' is not recognized as an internal or external command,
operable program or batch file.
this becomes critical while using command line arguments like:
.\main 5 5 5
which again fails
question is how to pass command line arguments?
Please sign in to leave a comment.
Hi Umer!
Could you attach a screenshot with the command, please?