List Question
20 TechQA 2023-05-21T14:50:07.033000Why does ungetc have a parameter to specify which character to push back?
115 views
Asked by AJ Tan
error when mixing calls to fgetc, ungetc() and fputc() witht the same file
47 views
Asked by MrIo
Pushing characters back to stdin in C
409 views
Asked by StaticESC
why was my version of ungetch() and getch() wrong?
38 views
Asked by neil guo
Using ungetc() to get the length of stdin for allocate memory, is it possible?
197 views
Asked by erugersauzu
Why does ungetc fail on some characters?
586 views
Asked by chqrlie
Finding empty line using fscanf
1.1k views
Asked by Tomáš Zato
wrap ungetc() without puts() gets() and streams in general
104 views
Asked by mfloris
Why the input "abc!!!" but the output is not "abc+++"?
208 views
Asked by Thuan Tran
modify fflush() that guarantee calling ungetc() twice in a row in C
377 views
Asked by yuan wang
Function like ungetc in php
342 views
Asked by sykatch
fefo is not checking EOF during its last iteration in while loop?
194 views
Asked by user4950013
confusion regrading ungetc function
2.8k views
Asked by Ravi
fscanf and switch not working
90 views
Asked by Rafael Dias
Undoing the effects of ungetc() : "How" do fseek(),rewind() and fsetpos() do it?Is buffer refilled each time?
1.7k views
Asked by Thokchom
IO::Handle to get and unget unicode characters
1.2k views
Asked by Michael
understanding ungetc use in a simple getword
895 views
Asked by Peter Cerba
Equivalents for these functions in SolFS?
235 views
Asked by AudioBubble
ungetc: number of bytes of pushback
2.3k views
Asked by rwallace
Is there a C++ version of ungetc?
1.7k views
Asked by fredoverflow