/* Write a program to print the value of EOF. */ #include <stdio.h> main() { printf("EOF is %d\n", EOF); } /* Output: EOF is -1 */
版权声明:本文为博主原创文章,未经博主允许不得转载。
时间: 2024-11-05 12:35:16
/* Write a program to print the value of EOF. */ #include <stdio.h> main() { printf("EOF is %d\n", EOF); } /* Output: EOF is -1 */
版权声明:本文为博主原创文章,未经博主允许不得转载。