M
Q. Which of the following statements are correct about the C#.NET code snippet given below? if (age > 18 && no < 11) a = 25; 1. The condition no < 11 will be evaluated only if age > 18 evaluates to True. 2. The statement a = 25 will get executed if any one condition is True. 3. The condition no < 11 will be evaluated only if age > 18 evaluates to False. 4. The statement a = 25 will get executed if both the conditions are True. 5. && is known as a short circuiting logical operator.
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 character pair?: is an________________available in C#.
Q. DIFFERENCE BETWEEN KEYWORDS ‘VAR’ AND ‘DYNAMIC’?
Q. Which one of the following statements is correct?
Q. Which array method is used to sort an array alphabetically or in an ascending order in C#?
Q. Which one of the following statements is correct?
Q. Which of the following statements correctly define .NET Framework?
Discusssion
Login to discuss.