CodePudding
Home
front end
Back-end
Net
Software design
Enterprise
Blockchain
Mobile
Software engineering
database
OS
other
Tags
>
scanf
09-15
Net
Scanf freezes after second inputs
09-15
Net
Weird result of using scanf "%f" to read a float number and then assign to double
09-14
Mobile
why is my program ending after 1st input?
09-13
Blockchain
One of my scanf inputs is not being stored despite everything else storing
09-10
Back-end
What is causing the segmentation fault in this code? Code is in C
09-09
Software design
Why does scanf first return 1 and then 0 when it gets decimal input - but expects integer?
09-05
OS
How do I read input with scanf_s(), and then assign the data to your newly allocated memory?
09-03
OS
I can't figure out why I'm getting a weird output for this
08-28
Mobile
How can I write a string, then a null byte, then more data using scanf() in the perspective of a buf
08-27
Software design
Scanf not reading first character
08-27
Software design
Is it possible to scanf multiple times without a newline in output?
08-24
database
Input stream reads and push backs by fscanf and scanf
08-21
OS
I have a problem with if statement (it skips all conditions and doesn't wait for user input)
08-15
Blockchain
How to accept indefinite inputs on a singular scanf() line in C
08-13
other
C outputs 1 when I key in a string into an int array, how to error handle a non int input?
08-11
Net
Bus error while simply integer scanf sequence in C program
08-07
Net
C: Size of array changes scanf
08-06
Net
Differing output with printf using %d and %i
08-06
Net
Is there some problem with the following c code
08-06
Net
scanf() not writing to 2d char array
07-31
Blockchain
Printing text too often?
07-30
Net
why is the output of my program 0.000000 when it should be the value i entered when prompted. below
07-30
Net
reading string from a file via stdin in c11
07-27
Blockchain
scanf double returns garbage value if entered characters
07-23
Enterprise
String Unexpected Behavior in C
07-18
Mobile
How do I exit my program by pressing ENTER using scanf_s?
07-18
Back-end
How to read a word in upper and lower case from file? Go
07-17
Enterprise
Why is the answer correct when using Scanf unsafe, but not when handling errors? (Go)
07-15
Enterprise
Scanf in while loop for getting matrix input
07-12
database
How to get string terminated with new line in file handling using fscanf
07-07
Software engineering
How NOT to read float type in scanf when reading type int
07-04
Net
Printf a double
07-02
OS
Use scanf to split a string on a non-whitespace separator
06-30
OS
How does scanf store value?
06-30
OS
Scanf() not able to detect wrong input
06-29
front end
How to read a string with spaces in c?
06-28
Blockchain
How to get word from string containing numbers through sscanf?
06-27
Blockchain
The fgets statement doesnt get executed
06-26
Mobile
How do I read a whole line to a string?
06-24
Software engineering
first scanf gets other chrachters for the next scanfs
216
1
2
3
4
5
6
Next
Last
Links:
CodePudding