Which function compare two string values and return an integer?
a) space()
b) Strcmp()
c) R Trim
d) L Trim
Which function is used to determine the total length of string?
a) space()
b) Strcmp()
c) R Trim
d) Len ()
Which function is used to extract specified number of characters from left side of string?
a) a) space()
b) Strcmp()
c) Left ()
d) L Trim ()
Which function is used to extract specified
number of characters from right side of string?
a) right ()
b) Strcmp()
c) Left ()
d) L Trim ()
Which function is used to extract specified number of characters
from any part of string?
a) space()
b) Mid ()
c) Left ()
d) L Trim ()
Which function is used to search a string for specific character?
a) space()
b) Mid ()
c) InStr ()
d) L Trim ()