int main() { char a; char *str=&a; strcpy(str,"hello"); printf(str); return 0; }
扫描二维码,关注牛客网
下载牛客APP,随时随地刷题