struct a{

char string[100];

int number;

}a[2];


struct a a[0] = {"dmdkdkdk", 69};


a[1] = a[0];


일케하면 a[0] 구조체랑 a[1] 구조체랑 내용 같아짐?