Visual Studio Code – Why I am not receiving a hexadecimal number as output when I print a pointer address with %p?
I have written a program while learning pointers in c and facing a problem. My code was to print the address of the variable which should be a hexadecimal number. But why I am receiving an integer number instead of…