InterviewSolution
Saved Bookmarks
| 1. |
What is a relational operator? What are the relational operators in QBASIC? |
|
Answer» nal 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).❤️ |
|