We know that int x = 1; is considered initialization however does int x = y; considered initialization of the variable x if we initial
x = 1;
int x = y;
x