CodePudding
Home
front end
Back-end
Net
Software design
Enterprise
Blockchain
Mobile
Software engineering
database
OS
other
Tags
>
conversion-specifier
09-05
database
C weird printf behavior
08-13
Software design
C pointer format displaying useless characters
08-06
Net
Differing output with printf using %d and %i
07-09
Net
Format Specifier: %u vs %d in C
07-02
Mobile
How does printing 577 with %c output "A"?
06-29
Enterprise
Program printing incorrect symbolic constants values
06-22
Software design
What data types in C language are these variables and where I am wrong?
05-31
database
Why does scanf set the first value to 0?
05-08
Mobile
What does "%%%ds" mean in a c program formatting text?
05-04
Software design
Difference between " %[^\n]%*c" and " %[^\n]" for consecutive scanf in C
03-28
Software design
Why are there garbled characters in this C program output?
03-14
Back-end
printf: why doesn't %x print leading 0x (as opposed to %a)?
03-05
OS
How to align tabular data to the left with printf?
12-14
Blockchain
Format '%f' expects argument of type 'double', but argument 2 has type 'flo
12-02
Back-end
What exactly does this format string do when paired with fscanf?
11-30
Software engineering
warning: format ‘%f’ expects argument of type ‘float ’, but argument 2 has type ‘double ’
11-22
Net
C ascii converter printf Extra integer
11-20
Enterprise
C Input won't add to array list
11-07
Software design
Unable to read the char input in C using %c
11-01
Mobile
how to compare 2 input with if else in c? and how to make yes or no selection in c?
10-26
Mobile
Which placeholder should I use in and why?
10-26
Mobile
How do i use pointer as parameter
10-22
Software design
How to fix warning "Format specifies type 'void *' but the argument has type 'ch
10-06
Software design
Width in bytes of a pointer in C
10-04
Net
Why is my program skipping the 2nd scanf line?
09-30
Enterprise
My while loop in C replays one more time than it should before it ends
09-25
front end
Why doesn't the ' ' sign work with printf for unsigned values?
09-21
Enterprise
Casting double to int works with constants only
Links:
CodePudding