Question.3
Consider the following code:
EEPROM.put(0, 123.456f); float val; EEPROM.get(0, val);
What value will val contain after executing this code?
Select Answer
0.0f
123.456f
Random garbage value
The first byte of the float
123.00
123