Home > Back-end >  C language pointer and structure
C language pointer and structure

Time:11-14

Please why the t.p c I print hello - why not t * PC

CodePudding user response:

reference
char * PC==(char *) (PC)
Char * PC! PC=(char) (*)

Bracket is only used to help understand,
  • Related