Q. String comparison in Visual basic is case-sensitive.
β
Correct Answer: (A)
True
Explanation: In Visual Basic, string comparison is case-sensitive. This means that when you compare two strings, the comparison takes into account the exact letter case of each character in the strings.