qq_慕粉3409578
2019-08-01 10:36
hello.c: In function 'main': hello.c:9:17: error: '$x' undeclared (first use in this function) scanf("%lf",$x); ^~ hello.c:9:17: note: each undeclared identifier is reported only once for each function it appears in
一经出现就以其功能丰富、表达能力强、灵活方便、应用面广等特点迅速在全世界普及和推广。C语言不但执行效率高而且可移植性好,可以用来开发应用软件、驱动、操作系统等。C语言也是其它众多高级语言的鼻祖语言,所以说学习C语言是进入编程世界的必修课。
dsfcgdsg
没有$x 你想说的是&x吧
#include <stdio.h>
#include <math.h>
void main()
{
double x,s;
printf("inout number:\n");
scanf("%lf",$x);
printf("sin of %lf is %lf\n",x,s);
}
C语言入门
926028 学习 · 20793 问题
相似问题