You can put this in parentheses to explain that it is a whole, and there is a type identifier int in front of it, which means that the type of *ptr is int,&; (*ptr) is an int pointer, and
& (* ptr) is also a ptr, so ptr is a pointer to an integer variable ~ choose A.