?string command will search the file in both direction.
B
Correct answer
Explanation
In vi editor, the '?' command searches BACKWARD (upward) through the file, while '/' searches FORWARD (downward). Each has a single direction only. To search in both directions, you must use both commands separately. The '?' does not search in both directions, making the statement false.