Double EEPROM memory entry Atmege 328p

Your confusion is not sufficient reason to hijack this thread, @GolamMostafa. Read the documentation for Arduino's EEPROM.write fn, which clearly states a single byte will be written. Even in their example, they may pass an int, but a byte gets written:
https://docs.arduino.cc/learn/built-in-libraries/eeprom/