【週刊ドットインストール】 Pencilのススメ、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); }