Computer Science, asked by chongpi88, 6 months ago

What is operator in qbasic

Answers

Answered by Anonymous
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 xcristianox
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