c语言中共同体的用法
c语言中共同体的用法
日期:2021-05-29 04:38:09 人气:1
朋友你好!
你的程序已经给你调适过了错误的地方有注释
#include "stdafx.h"
#include<stdio.h>
struct
{
int num;
char name[10];
char sex;
char job;
union
{
int banji;
char po
你的程序已经给你调适过了错误的地方有注释
#include "stdafx.h"
#include<stdio.h>
struct
{
int num;
char name[10];
char sex;
char job;
union
{
int banji;
char po