Develop a flowchart and then write a C program to find the occurrence (single or multiple) of a substring in a given string.

7. Develop a flowchart and then write a C program to find the occurrence (single or
multiple) of a substring in a given string. The substring and string are entered by the
user. Also point out the location at which the substring occurs.


Leave a Reply