Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in putchar

Removing multiple blanks using putchar and getchar in C

c string getchar putchar

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

c getchar putchar

Are getchar() and putchar() functions or macros?

c macros getchar putchar

Performance of putc and putchar?

c printf putchar

getch and putchar not working without return

c ncurses getch putchar

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

c putchar

Why doesn't putchar() output the copyright symbol while printf() does?

c linux putchar

getchar() != EOF

c getchar putchar

getchar() and putchar()

Is getchar() equivalent to scanf("%c") and putchar() equivalent to printf("%c")?

c scanf getchar putchar

Putchar and Getchar in C

what does putchar('0' + num); do?

c putchar

Theory Behind getchar() and putchar() Functions

c getchar putchar

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

Printing the value of EOF

c putchar

putchar() weird output, why is this happening?

Why putchar, toupper, tolower, etc. take a int instead of a char?

c putchar tolower toupper

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

c eof getchar putchar