最佳答案
I know this doesn't sound productive, but I'm looking for a way to remember all of the formatting codes for printf
calls. %s
, %p
, %f
are all obvious, but I can't understand where %d
comes from. Is %i
already taken by something else?