Correct answer is (b) 2
For explanation I would say: The find() function accepts a maximum of 2 parameters; the target which can be a set of characters, and the length of the target which denotes the lexical length of the target. This function then searches for the target throughout the stream and returns a Boolean True if a match is found, otherwise a Boolean False if the target is not found.