Q101
What will be the output of the following C# expression? int a+= (float) b/= (long)c.
A.
float
B.
int
AnswerC.
long
D.
none of the mentioned
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board