94. Filter Structs by Field Value for example Sensor Threshold
In real embedded systems, you often store device status or sensor data in arrays of structs. You might need to filter only the relevant records based on a field — for example, sensors above a certain threshold.
Your task is to:
Read n sensor records (each having a name and a value)