A string is an array of char in C. And there are two ways to have this array organized. · char *type1=”123456″; · char type2[]=”123456″; · is almost the same as.
確定! 回上一頁