BackToday Date :-
Saturday 19th of July 2025 10:50:00 PM
C - Online Exam Test Papers | C - MCQs[multiple choice questions and answers ] | C - Mock Test Papers | C - Practice Papers | C - Sample Test Papers |
Question:
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));