首页 > 代码库 > C语言 结构体指针赋值 incompatible types when assigning to type 'char[20]' from type 'char *'
C语言 结构体指针赋值 incompatible types when assigning to type 'char[20]' from type 'char *'
strcpy(pstudent->name, "guo zhao wei ");
为什么错误,该怎么写,(红色行)
追问
为什么不能直接赋值啊,
追答
用char nnnn[20]定义的,用strcpy
用char *ppp定义的,用=来赋值
C语言 结构体指针赋值 incompatible types when assigning to type 'char[20]' from type 'char *'
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。