Multiple Choice
What will be the output of the following code snippet when it is executed?int x = 1;float y = 1.1f;short z = 1;Console.Write.Line((float) x + y * z - (x += (short) y) ) ;
A) 0.1
B) 1.0
C) 1.1
D) 11
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q11: _ parameters are used to pass results
Q12: Which of the following statements are correct
Q13: _ variables are visible only in the
Q14: Correct statement about constructors in C#.NET is
Q15: If s1 and s2 are references to
Q17: The formal-parameter-list is always enclosed in _.<br>A)Square<br>B)Semicolon<br>C)Parenthesis<br>D)Colon
Q18: Which of the following statements are correct?1.
Q19: Which of the following statements are correct
Q20: Which of the following statements is correct
Q21: To overload a method which of the