WAEC - Computer Studies (2017 - No. 27)

Which of the following symbols is not a relational operator in BASIC programming language? 

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.

Comments (0)

Advertisement