1. What is keyword in QBasic?
2. What is the current version of QBasic that is used by us in our systems?
3. What is the significance of last letter in variable name?
4. What are logical operators?
5. What is REM statement?
Answers
Answered by
0
Answer:
Keywords are those words which have special meanings in QBASIC. Keywordsare formed by using characters of QBASIC Characters Set. Keywords are statements, commands, functions (built in functions) and names of operators. The keywords are also called Reserved Words.
Explanation:
REM: This is a remark command. This is a non-executable statement. It is written within a single quote.
Similar questions