本文介绍了EOF的价值的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

好吧,这让我感到困惑。这就是它所说的:


练习1-7。编写一个程序来打印EOF的值。


这是书中的The C Programming Language。关于编写该程序,我怎么去

,老实说,我不明白这意味着什么,

请帮忙。谢谢。

Alright, this is puzzling me. Here''s what it says:

Exercise 1-7. Write a program to print the value of EOF.

Which is from the book "The C Programming Language". How would I go
about writing that program, I honestly don''t understand what it means,
please help. Thanks.

推荐答案




EOF只是一个整数。



EOF is simply an integer.






你一定是在开玩笑。请说你在开玩笑。


-

兰迪霍华德(2个人删除FOOBAR)

让它变得困难做愚蠢的事情往往会让你很难做到聪明的事情。 - Andrew Koenig



You''ve got to be kidding. Please say you''re joking.

--
Randy Howard (2reply remove FOOBAR)
"Making it hard to do stupid things often makes it hard
to do smart ones too." -- Andrew Koenig


这篇关于EOF的价值的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-28 09:13