#include <stdio.h> #include <string.h> int main(){ char s1[16]; ... 首先是第8 和10 行,因為 NULL 的值是0,所以我們可以利用C 的特性:非零數值 ...
確定! 回上一頁