- Assign variables to each other
- Assign two array elements (structure type) to each other.
- Assign an array element (structure type) to a variable or vice versa.
- Assign two structured arrays with the same number of elements.
struct {int big; float soluong;} x[10]; float soluong;} x [10];
for (int i = 0; i <10; i ++) scanf ('% d% f', & x [i] .to, & x [i] .soluong);
Student 1:
struct Sv * tiep;};
Student 2:
typedef
struct SV node;
node * tiep;};
Student 3:
typedef
struct struct * tiep;} node;