#include<stdio.h> struct a { char no[10]; int p; long int pp; unsigned int ppp; char x; float y; double h; }xy; void main() { printf("struct a: %d /n" Read More
posted @ 2009-02-21 13:50 绿色冰点 Views(413) Comments(0) Diggs(0)