MCQs>IT & Programming>C#>The C# built-in types include numeric types (int, double, etc.), char, bool and string. Which of these types can you use the < and > (less than and greater than) operators on?
C# MCQs
The C# built-in types include numeric types (int, double, etc.), char, bool and string. Which of these types can you use the < and > (less than and greater than) operators on?
Answer
Correct Answer: All numeric types and char, but not bool or string.
Explanation:
Note: This Question is unanswered, help us to find answer for this one