1-7 编写一个打印EOF值得程序

 

1 #include<stdio.h>
2 int main()
3 {
4     printf("%d", EOF);
5     return 0;
6 }

 

相关文章:

  • 2021-10-11
  • 2021-08-28
  • 2022-12-23
  • 2021-12-10
猜你喜欢
  • 2022-12-23
  • 2022-03-08
  • 2021-07-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-12
  • 2021-09-24
相关资源
相似解决方案