C语言 不包含头文件也能编译通过
我想问一下getch()函数原型声明在conio.h中。我写了一个测试程序#include<stdio.h>main(){intc;c=getchar();printf(...
我想问一下getch()函数原型声明在conio.h中。我写了一个测试程序
#include<stdio.h>
main()
{
int c;
c=getchar();
printf("c is: %d",c);
printf("Press any key to quit!\n");
getch();
}
我输入的字符是小写的C,得到的值是99.也就是c的ASCII码值。但是这里没有包含conio.h为什么也能编译通过呢? 展开
#include<stdio.h>
main()
{
int c;
c=getchar();
printf("c is: %d",c);
printf("Press any key to quit!\n");
getch();
}
我输入的字符是小写的C,得到的值是99.也就是c的ASCII码值。但是这里没有包含conio.h为什么也能编译通过呢? 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询