Correct Answer: Option C
Relational operators in Visual Basic are used to compare values and return a Boolean result indicating whether the comparison is true or false. The following are the relational operators in Visual Basic:
= (equal to)< (less than)> (greater than)<= (less than or equal to)>= (greater than or equal to)<> (not equal to)These operators are commonly used in conditional statements and loops to control program flow based on the result of the comparison.
Download our app for free and access thousands of MCQ questions with detailed solutions