Search code examples
Is there an elegant way to handle the '\n' that gets read by input functions (getchar(), fge...

cscanfstdinfgetsgetchar

Read More
Why when using fgets() do we need to remove the string -1 when we are declaring it?...

cstringfgets

Read More
Issues regarding taking input in fgets()...

cfgets

Read More
user input with char array and fgets, output with write system call?...

cfile-iosystem-callsfgets

Read More
Bad file descriptor fgets...

cfgets

Read More
Why fgets just have one line when i want to count the number of char...

cstringcharfgets

Read More
Have to hit enter twice with fgets() in C?...

cinputbuffernewlinefgets

Read More
is there a way to use fgets size dynamically...

cmallocsizeoffgets

Read More
why does malloc not taking in the full text?...

cmallocfgetsrealloc

Read More
How to use fgets when you need to break from blanks...

cfgets

Read More
Problems with fgets function...

cfgets

Read More
C program to concatenate two strings...

cloopsc-stringsfgetsstring-concatenation

Read More
Is it possible to get input live from fgets() in C?...

cfgets

Read More
fgets_unlocked() for multiple threads reading different files...

clinuxmultithreadingthread-safetyfgets

Read More
Why do i have to input EOF 3 times when using fgets?...

cwhile-loopstdineoffgets

Read More
C - fgets() - length of newline char...

ccharnewlinefgets

Read More
fgets implementation from the std library of K&R 2nd edition...

cfgets

Read More
Reading from file line by line and matching pattern - C...

cfilescanfc-stringsfgets

Read More
How do i read specific from one specific index to another?...

cfgets

Read More
Passing argument 3 of ‘fgets’ from incompatible pointer type [enabled by default]...

cstringcharshared-memoryfgets

Read More
In which cases is scanf safe in terms of overflow? And in which cases must it necessarily be replace...

cscanfoverflowfgetsgets

Read More
How to solve this gets() function problem?...

cscanffgetsgets

Read More
How might I store in a variable the string read by fgets() without leaking memory?...

cmemory-leaksfgets

Read More
What is wrong with my execvp usage?...

clinuxexecfgetsexecvp

Read More
Implementing a custom input function...

cstringfgetsstrncpy

Read More
Why does this C program to calculate string's length give a wrong output?...

cnewlinefgetsstring-lengthstrlen

Read More
Comparisons between two strings don't work...

cif-statementc-stringsfgetsstrcmp

Read More
fgetc vs getline or fgets - which is most flexible...

cfile-iofgetsgetlinefgetc

Read More
fgets() works wrong in for loop...

ccharnewlinefgetsfputs

Read More
fgets doesn't work after scanf...

cscanffgets

Read More
BackNext