R
Q. What will be the output of the following C# code?
static void Main(string[] args) { int x = 1; float y = 2. 4f; short z = 1; Console. WriteLine((float) x + y * z - (x + = (short) y) ); Console. ReadLine(); }
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. The code that requires the CLR at runtime for the execution is known as the ________.
Q. Which of the following are parts of the .NET Framework?
Q. The internal access modifier is used for ___.
Q. Which statement is correct about the following C# statement?
Q. _________ are reserved, and cannot be used as identifiers.
Q. How can you prevent inheritance from a class in C#.NET ?
Q. The field in the child table that links information to the parent table is known as the
Discusssion
Login to discuss.