๊ทธ๋ฆ์ฒ๋ผ ์ฌ๋ฌ๊ฐ์ง ์๋ฃํ์ ๋ด์ ์ ์์
์๋ ์ฝ๋๋ person์ด๋ผ๋ ํ์ ์ ๋ง๋ ๊ฒ์ด๊ณ , ๊ทธ ์์๋ ์ด๋ฆ, ๋ฒํธ ๋ ๊ฐ์ง ์ ๋ณด๊ฐ ์์.
typedef struct
{
string name;
string number;
}
person;
main ํจ์ ์์๋ ์ด๋ ๊ฒ ์ ์
person people[4];
people[0].name = "RODRIGO";
people[0].number = "142312";
๋๊ธ ์์ญ