The refrigerator light switch is a simple yet essential component in household appliances. It automatically turns the light ON when the door opens and OFF when the door closes. This project focuses on simulating this switch using C programming to understand both the real-world device behavior and its logical representation in software. Through this simulation, students can learn about state management, input/output handling, and basic programming constructs.