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