struct s { int i; } s1; void main() { s1.i++; s1++; // structure cannot be incremented }