Page 1 of 1

What will be the output of the following C# expression?

Posted: Wed Jul 13, 2022 7:56 pm
by answerhappygod
int a+= (float) b/= (long)c.
a) float
b) int
c) long
d) none of the mentioned