Posts by RebbelDoggo • 41 points
1 post
-
3
votes2
answers63
viewsQ: What does the %u do?
I’ve been doing a list exercise on strings and researched examples. One of the codes was this: /* strlen example */ #include <stdio.h> #include <string.h> int main () { char…