Structured programming enables programmers to break complex systems into manageable components. In C, these components are known as functions. The most relevant structured programming concepts are: Top-down design Code reusability Information hiding
การเขียนโปรแกรมแบบมีโครงสร้างช่วยให้โปรแกรมเมอร์ระบบซับซ้อนแบ่งส่วนประกอบที่สามารถจัดการได้ ใน C ส่วนประกอบเหล่านี้จะเรียกว่าฟังก์ชันแนวคิดการเขียนโปรแกรมแบบมีโครงสร้างมากที่สุดคือ:ออกแบบบนลงล่างรหัส reusabilityการซ่อนข้อมูล