what is the I2C address of Arduino UNO board and how to modify i2c address

Respected Sir

I got it, if we specify address in Wire.begin(0x23); then 0x23 will be I2C address or it will take 127 I2C address by default.
I am able to change and communicate with two boards.

Thanks a lot Sir.

Thanks & Regards....