Computer Science, asked by ambarish8368, 8 months ago

How can you access a library function in Qbasic?

Answers

Answered by sumanraj9931835410
0

Answer:

Library Functions in QBASIC-Introduction. 3 Comments. Introduction: A function is a built-in formula or a ready made program which helps us to perform a certain task such as mathematical, financial, logical etc. A function manipulates data passes to it and returns either a string or a numeric.

Answered by marywhite1
2

Answer:

Explanation:

Qbasic tutorial. Every statement should have at least one QBasic command word. The words that BASIC recognizes are called keywords.  All the command words have to be written using some standard rules, which are called “Syntax Rules”. Syntax is the grammar of writing the statement in a language.

Keywords are those words which have special meanings in QBASIC. Keywordsare formed by using characters of QBASIC Characters Set. Keywords are statements, commands, functions (built in functions) and names of operators. The keywords are also called Reserved Words.

Similar questions