@@ -49,5 +49,13 @@ int main(int argc, char *argv[])
*cur_name,*cur_age);
*cur_name,*cur_age);
}
}
printf("---\n");
char**arg=argv;
for(i=0;i<argc;i++){
printf("argument %d is '%s'\n",i,*arg);
arg++;
}
return0;
return0;
}
}
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.