#include int main(int argc, char *argv[]) { char buff[128]; strncpy(buff, argv[1], 128); printf(buff); printf("\n"); return 0; }