KeyWord With Example

  • Keyword:-
  • Keywords are specific words that are reserved as programming language commands. This words may only be used for their intended purpose some of the keywords of QBASIC programming are REM, INPUT, PRINT etc. Most of the keyword a automatically displayed in the Uppercase (i.e A-Z) by QBASIC.

Comments

Popular posts from this blog

Expression Types and operators with Example

Variable and Types With Example