We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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};