If scanf attempts to read at end-of-file or at end-of-string, it returns EOF. More About scanf. Example #include <stdio.h> int main(void) { char label[20]; char ...
確定! 回上一頁