定义了名字
This commit is contained in:
parent
2c7651bb2e
commit
5d2f66b2c1
@ -1,4 +1,12 @@
|
||||
#include <stdio.h>
|
||||
sturct Contact
|
||||
{
|
||||
char name[20];//名字
|
||||
char sex[20];//性别
|
||||
char email[20];//电子邮箱
|
||||
int numble;//电话号码
|
||||
}
|
||||
|
||||
|
||||
int main()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user