- Keywords are special words which have meaning and are reserved by the translator of the language. So keywords are also known as reserved words.
- Some keywords of Qbasic language:
- CLS
- REM
- LET
- FOR
- LEFT$
- LEN
- SELECT
- END, etc
- Some keywords of C language:
- char
- float
- goto
- int
- const
- void
- for
- do
- auto
- long
- return
- switch
- struct
- register, etc