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?

0

Hi Umer!

Could you attach a screenshot with the command, please?

0

请先登录再写评论。