Which of the following symbols is not a relational operator in BASIC programming language?
The correct answer is: C
Explanation
In computer science, a relational operator is a programming language construct or operator that tests or defines some kind of relation between two entities. These include '! =' (not equal to), '>=' (greater than or equal to), โค ( less than or equal to) '<' (less than), > ( greater than) and '=' (equal to). The '^' operator, however, is not a relational operator.