Arguments to main() int main(int argc, char **argv) { if (argc >= 3) { cout << argv[2] << endl; } } bash$ prog These are the args the