C语言算法经典87-94

tainqing03-25 11:34

87 1. 2. #include stdio.h struct student { int x; char c; } a; main() {a.x=3; a.c="a"; f(a); printf(%d,%c,a.x,a.c); } f(struct student b) { b.x=20; b.c="y"; } ============================================================== 88嵌入式信盈达企鹅要妖气呜呜吧久零纪要 7 1. 2. main() {int i,a,n=1; while(n

1回答
moldzsdj03-25 12:12
我一路跟着学习。谢谢楼主!
相关问答
相关订单