STR$ function has ___________ arguments.
one
two
three
four
RIGHT$ function is used to ___________ the characters of a string.
Count
Arrange
Sort
None of these
______________ function removes the fractional part of expression.
ABS
SQR
INT
LEN
___________ symbol is used for a Long data type.
$
!
&
#
________________ symbol is used to identify an Integer variable
%
DATE$ function is used for ______________
Current date
Next date
Last date
none of these
LCASE$ function has ______________ arguments.
_______________ command is used to find the length of a string.
UCASE$
LCASE$
VAL
STR$ function is used for___________
Conversion of data type
Count the characters of a string
Returns the numeric values
Which of the following sentence is true?
SQR returns the absolute value of a number
ABS convert a negative number to a positive number
ABS return a positive number to a negative number
ABS converts all the numbers to positive number.