Question.5
What happens if we use EEPROM.put() to write a struct with a larger size than the remaining EEPROM memory?
Select Answer
The write operation will fail and return an error.
Only part of the structure will be written, with the rest ignored.
The EEPROM will wrap around and overwrite the beginning of the memory.
The entire EEPROM will be corrupted.