Saved Bookmarks
| 1. |
What isQBASIC?write it function |
|
Answer» QuickBasic is a programming language developed by Microsoft for use in the MS-DOS operating system. It is the successor of earlier forms of BASIC (BEGINNERS All-Purpose Symbolic Instruction Code), a simple programming language for beginning programmers. Functions in QBASIC are readymade programs which TAKE some data, manipulate them and return the value, which may be string or numeric type. ... A function which is written and stored by the programmer to PERFORM a specific task is known as User Defined Functions. #Hope it helps✨ |
|