編程題:指針變量指向結構體數組。

編程題:指針變量指向結構體數組。

#include<stdio.h>編程

void main()數組

{ struct personide

{char name[20];ui

char sex;spa

int age;指針

float height;orm

}per[3]={{"Li Ping",'M',20,175},{"Wang Ling",'F',19,162.5},it

{"Zhao Hui",'M',20,178}};io

struct person *p;class

for(p=per;p<per+3;p++)

 printf("%-18s%3c%4d%7.1f\n",p->name,p->sex,p->age,p->height);

}

編程題:指針變量指向結構體數組。 - 文豪 - WELCOME MY BLOG.

相關文章
相關標籤/搜索