Vidyalelo
C# Programming · Q101

Classes and Objects in C Sharp

Programming · C# Programming · question 101

Q101

What will be the output of the following C# expression? int a+= (float) b/= (long)c.

A.
float
B.
int
Answer
C.
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