Define Logical operator with two types.

Logical Operators combine two or more relational expressions to evaluate a single value as True (Non Zero) or False (Zero). The result of evaluation is used to make decisions about the program flow. The commonly used logical operators in QBASIC are AND, OR and NOT.
It's any two types are as follows:
a)AND
b) OR

Comments

Popular posts from this blog

Define Variable. Give two examples.

Define arithmetic operator with two examples.