+ 3
How do I make this code work?
I was experimenting with this code to print "hello world" without any semicolon and it gives me an error which has something to do with three dots (...) What does this error mean and how can it be removed? https://code.sololearn.com/cWRNyid3FeI7/?ref=app
1 Antwort
+ 2
You can pass arguments to main() only from the command line
https://publications.gbdirect.co.uk/c_book/chapter10/arguments_to_main.html