List Question
20 TechQA 2024-02-20T19:13:24.383000Suspect code indent for conditional statements
153 views
Asked by Shukufa Bayramzada
Why is '0' put in this the putchar function when I want a number printed
95 views
Asked by SJP
How can I use putchar to print numbers from 0 to 20 (or more)?
74 views
Asked by ben_code
What is the difference between these loops?
77 views
Asked by satoru kurita
Why doesn't putchar(1+'0') output 10?
241 views
Asked by ElormCodes1
What's the difference between putch() and putchar()?
1.2k views
Asked by why
How is the output 15 here? can someone explain it to me? I didn't really understand the use of putc and stdout
59 views
Asked by Eren Acar
What's the return type and argument of putchar()
194 views
Asked by koil
Why doesn't my program wait for another input?
88 views
Asked by sungenchuang7
how to print line numbers from multiple files without using fgets
187 views
Asked by dreamingsoftwareegineer
How can I store and print a character input?
1.2k views
Asked by joelcodes
Questions regarding getchar and putchar in C (K&R)
369 views
Asked by staticvoid17
Do getchar() and putchar() read only one character each time they're called or do they read a stream of characters?
464 views
Asked by AudioBubble
Unexpected input when using getchar(), and unexpected output using putchar()
240 views
Asked by Newbie
Why putchar() and getchar() are accepting more than one character when using while loop..?
160 views
Asked by Pradaksh Prarthan
Printing a string of names in different lines
1.5k views
Asked by Meg
puts(), gets(), getchar(), putchar() function simultaneously use in the program
3.1k views
Asked by Priyanka
Problem printing out array using putchar function. Getting a punch of symbols as output
434 views
Asked by redrosesxo
How to truncate characters over a certain length in C?
932 views
Asked by AudioBubble