I found on a C tutorial website that they are using %x to print the address contained in a pointer. When I am trying to do the same thing, I am getting warning "Warning : format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘int *’". How can I fix the warning message?