SoFunction
Updated on 2025-04-13

Complete collection of NSLog output formats in Objective-C

?    %@            Object
?    %d, %i   Integer
?    %u
?    %f
?    %x, %X  Binary integer
?    %o
?    %zu       size_t
?    %p
?    %e          Floating point/double word (scientific calculation)
?    %g          Floating point/double word
?    %s       C string
?    %.*s    Pascal string
?    %c           Characters
?    %C       unichar
?    %lld      64-bit long integer (long long)
?    %llu                                                         �
?    %Lf       64-bit double-word