I need to process 10 values. Which way would be better? Getting them as command line arguments or instead reading from a file? Using C by the way.
feedback
|
|
If you make them as command-line arguments, then you could do it both ways... i.e.
or
| |||||
|
feedback
|