SyntaxFix
Write A Post
Hire A Developer
Questions
🔍
[c] Detecting EOF in C
Home
Question
Detecting EOF in C
while(scanf("%d %d",a,b)!=EOF) { //do ..... }
Examples related to
c
•
conflicting types for 'outchar'
•
Can't compile C program on a Mac after upgrade to Mojave
•
Program to find largest and second largest number in array
•
Prime numbers between 1 to 100 in C Programming Language
•
In c, in bool, true == 1 and false == 0?
•
How I can print to stderr in C?
•
Visual Studio Code includePath
•
"error: assignment to expression with array type error" when I assign a struct field (C)
•
Compiling an application for use in highly radioactive environments
•
How can you print multiple variables inside a string using printf?
Examples related to
stdio
•
Cannot open include file: 'stdio.h' - Visual Studio Community 2017 - C++ Error
•
GCC fatal error: stdio.h: No such file or directory
•
How can I get an int from stdio in C?
•
Code for printf function in C
•
stdlib and colored output in C
•
'printf' vs. 'cout' in C++
•
Unable to open a file with fopen()
•
Detecting EOF in C
•
Rerouting stdin and stdout from C
•
How can you flush a write using a file descriptor?