Tried following code to check what happens when we convert integer pointer to a integer .
#include #include int main() {
135680008 is the address in decimal (it would be 0x8165008 in hex) to which p is pointing: the address of the memory area allocated with malloc.
135680008
0x8165008
p
malloc