What is operator in qbasic
Answers
Answered by
21
OPERATOR. Operators are symbols that indicate the type of operation QBASIC has to perform on the data or on the values of variables. There are four types of operators in QBASIC. They are Arithmetic Operators, Relational Operators, Logical Operators and Sting Operator........
#ANONYMOUS
.
Answered by
0
- Relational Operators are use to perform comparisons on two values of same type. A comparison of sting data with numeric data cannot be done. The comparison of sting data is done on the basis of ASCII value. The result of comparison is either true (non zero) or false (zero)
Similar questions