如題K&R中的一個(gè)strcpy函數(shù)中出現(xiàn)的方式voidstrcpy(char*s,char*t){???while(*s++=*t++);}
C語(yǔ)言中*s++ = *t++ 是怎么一種賦值過(guò)程
蝴蝶不菲
2019-04-16 20:27:47