#include<stdio.h> #include<string.h> main(int argc, char **argv) { char *string = "This is a secret string\n"; printf(argv[1]); }