C语言结构体成员变量引用,提示未声明
C语言结构体成员变量引用,提示未声明
日期:2021-08-20 14:12:27 人气:1
#include<stdio.h>
#include<string.h> //函数strcpy需要头文件string.h
struct L
{
int num;
//原代码char name; 这只是1个字符
C语言结构体成员变量引用,提示未声明
#include<stdio.h>
#include<string.h> //函数strcpy需要头文件string.h
struct L
{
int num;
//原代码char name; 这只是1个字符