Home » C# Programming » Operators

Which of the following statements is correct about the C#.NET code snippet given below? int d; d = Convert.ToInt32( !(30 < 20) );

Correct Answer: A value 1 will be assigned to d.

Explanation:

Sample Program:

← Previous Question

More Questions from Operators

Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion