List Question
10 TechQA 2016-12-22 21:52:29c structure: Input requires number line by line by hitting "enter" after each number
161 views
Asked by arvins
sscanf(s, "%u", &v) matching signed integers
1.7k views
Asked by Wolf
Problems Converting Floats
162 views
Asked by Danny Goodsell
How %d works for "" in string ? Result: 4210704
174 views
Asked by Gribnik2000
Need help on format string vulnerability
330 views
Asked by Bestofallnicks
Printf is not working properly after a new line character
106 views
Asked by Fuffi
This is another example of my neverending confusion related to memory and pointers in C
134 views
Asked by Tom
Default element value is used instead of user defined in C?
128 views
Asked by RACHIT MITTAL
Difference between " %[^\n]%*c" and " %[^\n]" for consecutive scanf in C
97 views
Asked by Cristian Lukaszewicz
What does "%%%ds" mean in a c program formatting text?
713 views
Asked by currawong