Modular programming langugae
Modular Programming is a approach in which the program is divided into separate independent units is called modules. ... Qbasic is also known as modular programming language because it allows the user to divide program into manageable and functional modules or blocks with the help of sub procedure and function procedure.