时间:2012-10-01 18:42:12
typedef struct{int b,p;}A;
void f(A c) /*注意:c是结构变量名 */
{int j;
c.b+=1; c.p+=2;
}
main(){int i;
A&nbs
电脑版 | 手机版 | 返回顶部