I am trying to print contents of pointer pointed to by a raw pointer but when I print or NSLog, I get the value of pointer than the contents of memory pointed to by pointer. How do I print contents of memory pointed to by pointer? Below is my code:I am trying to print contents of pointer pointe