摘要:
/* 联合 union anelt { int i; char c; } elt1,elt2; elt1.i=4; elt2.c='a'; elt2.i=oxdeadbbef;*///经常用union的场合#include<stdio.h>typedef union{ int i; char ch[ 阅读全文
posted @ 2019-02-09 07:28
redOrange01
阅读(229)
评论(0)
推荐(0)
浙公网安备 33010602011771号