#include<stdio.h> void main(void) { int a = 0; int *p; p = &a; printf("数字を入れろー:"); scanf("%d", p); printf("数字は%dだな\n", *p); }
タグ:
下から選んでください: