SyntaxFix
Write A Post
Hire A Developer
Questions
x is used to print t pointer argument in hexadecimal.
x
A typical address when printed using %x would look like bfffc6e4 and the sane address printed using %p would be 0xbfffc6e4
%x
bfffc6e4
%p
0xbfffc6e4