What Will Be The Output Of The Following C Expressionp Pre Int #184
What will be the output of the following C# expression?</p> <pre><code class="language-text"> int a+= (float) b/= (long)c.</code></pre>
This multiple choice question (MCQ) is related to the book/course gs gs108 CSharp. It can also be found in gs gs108 Classes - Reference Variables and Assignment - Quiz No.2.
What will be the output of the following C# expression?
int a+= (float) b/= (long)c.
float
int
long
none of the mentioned