✅ Structures Variable📍 글로벌 정의_Definition of Structures with Global Types 1️⃣ Structure Data의 데이터 타입은 Structure Type이다.2️⃣ Structure Type은 여러 필드(Field)로 구성되며, 각 필드를 Component(컴포넌트)라고 부른다.3️⃣ gs_flight 변수는 6개의 컴포넌트를 가지고 있으며, 각각의 컴포넌트에는 고유한 데이터를 저장할 수 있다. 사용자가 보고 있는 사진은 BC400_S_FLIGHT의 구성 필드(Component)들을 보여주는 화면이다. 📍 로컬 정의_Definition of Structures with Local Types 1️⃣ Local Structure Type의 변수명..