what is the format specifier for dword c 2b 2b

Solutions on MaxInterview for what is the format specifier for dword c 2b 2b by the best coders in the world

showing results for - "what is the format specifier for dword c 2b 2b"
Luana
17 Feb 2018
1On a 32 bit compiler, the format specifier which you can use to print the value of DWORD is %lu . You can also use %ld if you want to print the value in decimal format.
similar questions