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. Syntax for declaration and initialization of data variable is?
Q. Exception objects are derived from the class.
Q. Choose “.NET class” name from which data type “UInt” is derived?
Q. Storage location used by computer memory to store data for usage by an application is?
Q. The character pair?: is an __________ available in C#.
Q. Which of the following statements is correct about an interface?
Discusssion
Login to discuss.