S
Q. What will be the output of the following C# code?
static void Main(string[] args) { int a = 5; int b = 10; int c; Console.WriteLine(c = a-- - ++b); Console.WriteLine(b); 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. _______ variables are visible only in the block they are declared.
Q. The ref type parameters are____________.
Q. Which of the following is NOT an Integer?
Q. DIFFERENCE BETWEEN KEYWORDS ‘VAR’ AND ‘DYNAMIC’?
Q. What will be the output of the following C# code?
Q. Which one of the following JIT compilers produce highly optimized code?
Discusssion
Login to discuss.