Question:What is the functionality of the function strstr and stristr? 

Answer Ans:strstr: The strstr() function returns the remainder of a string beginning with the first occurrence of a predefined string.
stristr: It is same as strstr except the search of for the pattern is case insensitive.

 

+ Report
Total Preview: 285
What is the functionality of the function strstr and stristr?
Copyright © 2025. Powered by Intellect Software Ltd