>>357 364に先越されたorz... #include<stdlib.h> #include<stdio.h> typedef struct P{struct P*x;char n[64];int a;}P; P h,*c=&h;int q; int main(){  for(;   c->x=malloc(sizeof(*c)),c=c->x,c->x=0,   printf("Please,write down your name >"),scanf("%63s",&c->n),   printf("How old are you? >"),scanf("%d",&c->a),   printf("Continue?yes(1)or no(0)>"),scanf("%d",&q),q;  );  for(c=&h;c=c->x;printf("%s /%d\n",c->n,c->a)); }