#include using namespace std; int main(int argc, char **argv) { char *program = argv[0]; cout << "Program: " << program << endl; return 0; }