Q. What will be the output of strpos('hello', 'e')?
β
Correct Answer: (A)
1
Explanation: strpos() returns the position of the first occurrence of a substring.