Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

4
  • 1
    Its a pointer to a pointer. Commented Jun 26, 2014 at 14:56
  • need more elaboration. Commented Jun 26, 2014 at 15:04
  • Its a pointer that points to a pointer, that points to the address of the integer n. You dereference it once you get the pointer it was pointing to, dereference it twice you get the object pointed to by the pointer ptr_ptr is pointing to. Commented Jun 26, 2014 at 15:22
  • I really expected this to be a duplicate, but surprisingly it's not. Definitely worth an answer. Commented Jun 28, 2014 at 7:01