#include #include int main(int argc, char* argv[]){ char b[128]; strcpy(b, argv[1]); printf(b); printf("\n"); }