C String strstr()The strstr() function returns pointer to the first occurrence of the matched string in the given string. It is used to return substring from first match till the last character. Syntax: String strstr() parametersstring: It represents the full string from where substring will be searched. match: It represents the substring to be searched in the full string. String strstr() exampleOutput: javatpoint with c and java
Next TopicC Math Functions
|
JavaTpoint offers too many high quality services. Mail us on [email protected], to get more information about given services.
JavaTpoint offers college campus training on Core Java, Advance Java, .Net, Android, Hadoop, PHP, Web Technology and Python. Please mail your requirement at [email protected].
Duration: 1 week to 2 week