In C programming language Question ( Strings) Write a function find_Substring() that finds a substring into a string. Pass array s1 and s2 to this function and prints if the substring is present or...



In C programming language



Question
(
Strings)


Write a function

find_Substring()

that finds a substring into a string. Pass array

s1

and

s2

to this function and prints if the substring is present or not.




Expected Output 1:


Enter string


This is a javascript Enter substring script


The substring is present



Expected Output 2:


Enter string


This is a javascript


Enter substring


Jscript


The substring is not present



Jun 10, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here