#include#include#include#define N 4extern unsigned _floatconvert;#pragma extref _floatconvertstruct student{ int num; char name[10]; char sex; int age; float grade;}stu[N]={{101,"Zhang",'M',19,95... Read More
posted @ 2007-05-04 16:08 齐心 Views(950) Comments(0) Diggs(0) Edit