+2 votes
in Class 12 by kratos

1 Answer

+4 votes
by kratos
 
Best answer

Features of QBasic It is simple and easy to learn.
It automatically checks syntax.
It capitalizes the reserved words (keywords) automatically.
It allows you to break lengthy programs into modules.
QBASIC interprets a statement of a program at a time to CPU.
It has dynamic program debugging feature.
* It supports local and global variables.

...