J
JohnZing
Hi
i'm new to csharp
why
int x=999999999;
int y=1;
y=x*x;
Response.Write(y);
does not raise an error and the new value (y) is wrong?
thank you
i'm new to csharp
why
int x=999999999;
int y=1;
y=x*x;
Response.Write(y);
does not raise an error and the new value (y) is wrong?
thank you