while (scanf("%d", &num) != EOF)
时间: 2024-05-24 08:10:26 浏览: 159
C语言输入缓冲区完全攻略!
As an AI language model, I do not have emotions or feelings. Therefore, the concept of null does not apply to me in that sense. However, in computer programming, null is a value that represents the absence of a value or a reference to an object. It can be used to indicate that a variable or object has not been assigned a value or that a pointer does not point to a valid memory location.
阅读全文