error: assignment to expression with array type,数组匹配报错
发表在C语言视频课程答疑 2021-02-04
是否精华
版块置顶:

/*结构体变量作为函数的参数*/

#include<stdio.h>

#include<string.h>


struct Student

{

    char name[20];

    float score[3];


}stu_init={"zj",23.3f,5.6f,33.8f};



void display(struct Student *stu)

{

    printf("----------信息--------\n");

    printf("姓名:%s\n",stu->name);

    printf("语文:%.2f\n",stu->score[0]);

}


int main()

{

    struct Student student1={"test",44,22,66};

    struct Student *p=&student1;

    *(p->name)='a';

    char c[20]="www.baidu.com";

    strcpy(p->name,c);

    display(p);

    display(&stu_init);

    return 0;


}

 直接使用  *(p->name)="www.baidu.com"进行字符数组赋值报错,应该使用strcpy函数,请指示;

分享到:
精彩评论 1
李木子
学分:2954 LV11
2021-02-05
沙发

你好:

    哪本书哪张实例 确实应该使用strcpy函数赋值

首页上一页 1 下一页尾页 1 条记录 1/1页
手机同步功能介绍
友情提示:以下图书配套资源能够实现手机同步功能
明日微信公众号
明日之星 明日之星编程特训营
客服热线(每日9:00-17:00)
400 675 1066
mingrisoft@mingrisoft.com
吉林省明日科技有限公司Copyright ©2007-2022,mingrisoft.com, All Rights Reserved长春市北湖科技开发区盛北大街3333号长春北湖科技园项目一期A10号楼四、五层
吉ICP备10002740号-2吉公网安备22010202000132经营性网站备案信息 营业执照