History, asked by Ramamoorthy9727, 9 months ago

Describe the types of operator used in qbasic

Answers

Answered by bani12
2

Answer:

There are four types of operators in QBASIC. They are Arithmetic Operators,Relational Operators, Logical Operators and Sting Operator. Arithmetic Operators are used to perform mathematical calculations like addition,subtraction, division, multiplication and exponential.

Please mark as brainlist

Please Follow me

Answered by xcristianox
2

  • 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