How do I print 64 bit unsigned integer in hex?
I wonder how I use printf to print an unsigned 64 bit integer in hex? I want to print all positions, even if they are zero like this: 0000000000000000 ... How do I print 64 bit unsigned integer in hex? This is a discussion on How do I print 64 bit unsigne...