为了账号安全,请及时绑定邮箱和手机立即绑定

12345

hello.c: In function 'main':
hello.c:5:5: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'age'
     age=18%d
     ^~~
hello.c:5:5: error: 'age' undeclared (first use in this function)
hello.c:5:5: note: each undeclared identifier is reported only once for each function it appears in
hello.c:5:12: error: 'd' undeclared (first use in this function)
     age=18%d
            ^
hello.c:6:5: error: expected ';' before 'printf'
     printf("我今年%d岁!\n", age)


正在回答

1 回答

#include <stdio.h>
void main()
{
    char "m"=大家好
    printf("%c\n,m");

}


0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
C语言入门
  • 参与学习       926040    人
  • 解答问题       20793    个

C语言入门视频教程,带你进入编程世界的必修课-C语言

进入课程
意见反馈 帮助中心 APP下载
官方微信