I tried to initialize this array but it shows the error as- expression must be a modifiable lvalue.
struct sur { int n[10]; }s; s.n={1,2,3};