1.利用設定的方式給予資料,再將其輸出。
2.題目已提供程式碼片段,執行結果如參考畫面,程式碼有語法、邏輯或其他項目上的錯誤,請全數修正。
#include <stdio.h>
#include <stdlib.h>
int main ()
{
char str[12]="Apple iPhone 4";
char sttr[]={'i', 'P', 'a', 'd'};
char *pstr="Apple iPod";
printf("str字串如下: %s\n", str);
printf("sttr字串如下: %s\n", sttr);
printf("pstr字串如下: %s\n", pstr);
return 0;
}
編號 | 身分 | 題目 | 主題 | 人氣 | 發表日期 |
沒有發現任何「解題報告」 |