int main(void) { char* pc = "john"; printf("%s ",pc); *pc[0] = 'J'; printf("%s\n",pc);
return 0; }
正確輸出為: john Jonh 可是我輸出卻是錯的 請問該如何修正才對 請幫我看一下我哪邊寫錯 是不是第二個printf 寫錯
This entry passed through the Full-Text RSS service - if this is your content and you're reading it on someone else's site, please read the FAQ at fivefilters.org/content-only/faq.php#publishers.
You are receiving this email because you subscribed to this feed at blogtrottr.com.
留言列表