【週刊ドットインストール】 Seoul Startup Hubがおすすめ、レッスン制作・256timesの進捗
#include <stdio.h> int main(void) { char *s1; char *s2; s1 = "i would like to learn ... "; scanf("%s", s2); printf("%s %s\n", s1, s2); }