struct ehing
{
     int a;
     int b;
};

struct ehing yo[10];

yo[0].a = 0; 요게 안됨

전역변수선언하는데서 하면 안되던데 왜 안되는거요?
메인함수안에서 하면 됨