Home > Back-end >  For bosses to help modify it
For bosses to help modify it

Time:12-05


Struct users user and struct users * what is the difference between the user

CodePudding user response:

And why lvalue display cannot be modified, thanks for your bosses

CodePudding user response:

Structure pointer to struct the users * user

CodePudding user response:

A structure variable, is a structure pointer, the difference is a variable name, one is a variable addresses,
  • Related