Search code examples
getting a stream of -1 when I pass EOF in an infinite getchar printf loop...

cprintfgetcharkernighan-and-ritchieputchar

Read More
The mechanism of putchar()...

cputchar

Read More
What is the standard input buffer?...

cstdingetcharputchar

Read More
The C Programming Language, Ch.1 Exercise 1.10 (Getchar and Putchar)...

cgetcharputchar

Read More
I'm trying to understand getchar() != EOF...

ceofgetcharputchar

Read More
Why this approach using putchar_unlocked is slower than printf and cout to print strings?...

c++cprintfcoutputchar

Read More
What's the difference between putch() and putchar()?...

cputchar

Read More
Putchar and Getchar in C...

cgetcharkernighan-and-ritchieputchar

Read More
Im a beginner to C and getting an error with my code: assignment to char from char * makes integer f...

cpointerschargetcharputchar

Read More
Theory Behind getchar() and putchar() Functions...

cgetcharputchar

Read More
Questions regarding getchar and putchar in C (K&R)...

cgetcharkernighan-and-ritchieputchar

Read More
Unexpected input when using getchar(), and unexpected output using putchar()...

ccharnewlinegetcharputchar

Read More
Replace each string of one or more blanks with a single blank...

cgetcharputchar

Read More
getchar() != ' ' and getchar() = ' '...

cloopsscanfgetcharputchar

Read More
putchar() vs printf() - Is there a difference?...

cprintfgetcharputchar

Read More
C Simple Code Involving getchar() and putchar() Unexpected Output...

cgetcharputchar

Read More
Why is putchar() writing a new line in this simple code?...

cputchar

Read More
How to print a symbol `n` times using a `for` loop, in C?...

cloopsfor-loopcharputchar

Read More
I am trying to under eof and getchar ()...

ceofgetcharputchar

Read More
Distinguish EOF from error for the Getchar () function...

ceofgetcharputchar

Read More
How will you print any character, string or value of a variable without library functions in C?...

cprintingprintfcharacterputchar

Read More
How can I generate an BACKSPACE in a visual studio debug console?...

cvisual-studiogetcharputchar

Read More
C- K&R exercise 1-9...

cloopschargetcharputchar

Read More
Printing the value of EOF...

cputchar

Read More
Nonsensical output stream during the usage of "getchar()" and "EOF"...

ceofgetcharputchar

Read More
Multi-character warning while get a char from keyboard in c...

ccharstring-literalsgetcharputchar

Read More
I used the function "putchar()" to print the result of a test, but i got a question mark i...

cputchar

Read More
how the C read the character and Line break when i use loop?...

ccharacterline-breaksgetcharputchar

Read More
Using getchar() to store numbers...

cmathcalculatorgetcharputchar

Read More
Why is putchar not returning a new line when entered with getchar?...

cgccclanggetcharputchar

Read More
BackNext