Current location - Plastic Surgery and Aesthetics Network - Plastic surgery and beauty - What is an integer member variable in C language? What do you mean by members? What is a plastic variable? What else is a pointer variable? This refers to
What is an integer member variable in C language? What do you mean by members? What is a plastic variable? What else is a pointer variable? This refers to
The data types in C language include integer, floating point, character and double precision, as well as user-defined type structures, arrays and * * * users.

Take the structure as an example. It can contain variables of various data types, such as integer, floating point, character and double precision.

Every variable is his member. Pointers are addresses, and pointer variables are used to store addresses.