Hi all,
I have the following declaration and initialization:
int n = 8;
int z = 2.0;
I know it would be 8, but I am trying to find out if the expression of z=n would be still considered an int, float, double, our unsigned.
I have the following declaration and initialization:
int n = 8;
int z = 2.0;
I know it would be 8, but I am trying to find out if the expression of z=n would be still considered an int, float, double, our unsigned.
Comment