Computer Science, asked by ronalsamaddar97, 19 hours ago

Which is the correct QBASIC syntax amongst the following?

a) $RIGHT(A$,2)
b) RIGHT (A$,2)
c) RIGHT (A,2)
d) RIGHT$(A$,2)​

Answers

Answered by punjabigirl03112
1

Answer:

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.

Answered by aditya7839
1

Answer:

a will be the right answer. bcz$ sign in first is right

Similar questions