void Test( void ) { char *str = (char *) malloc( 100 ); strcpy( str, "hello" ); free( str ); ... //省略的其它语句 }
扫描二维码,关注牛客网
下载牛客APP,随时随地刷题