InterviewSolution
Saved Bookmarks
| 1. |
Write any four keywords name used in QBasic |
|
Answer» Answer: HOPE it will help you mark as brainlist Explanation: 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. Some reserved words are CLS, REM, INPUT, LET, PRINT, FOR, DO, SELECT, MID$, ASC, SQR, LEN, LEFT$, TIME$ and INT. |
|