Contents

Which function compare two string values and return an integer?
a) space()                             
b) Strcmp()
c) R Trim                              
d) L Trim

b

Which function is used to determine the total length of string?
a) space()                             
b) Strcmp()
c) R Trim                              
d) Len ()

d

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 ()

c

Which function is used to extract specified number of characters from right side of string?
a) right ()                             
b) Strcmp()
c) Left ()                                               
d) L Trim ()

a

Which function is used to extract specified number of characters from any part of string?
a) space()                             
b) Mid ()
c) Left ()                                               
d) L Trim ()

b

Which function is used to search a string for specific character?
a) space()                             
b) Mid ()
c) InStr ()                             
d) L Trim ()

c