I developed a C program that manages basic student information using structures. The system allows users to input multiple students’ names and IDs, then search for a student by entering their ID. If the ID exists, the program retrieves and displays the corresponding student’s name; otherwise, it notifies that the ID was not found.