I have an array of char pointers and I want to know the address these pointer are pointing too. Essentially I want to know the address of the string the char pointer points to.
I want to know How to get access to 0x555555769280
for example
I can see it in the debugger, but I want to be able to print the address.