Current location - Plastic Surgery and Aesthetics Network - Plastic surgery and medical aesthetics - C language: let int (* ptr) [5]; Where ptr is ()
C language: let int (* ptr) [5]; Where ptr is ()
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.