In C programming language
Question(Strings)
Write a functionfind_Substring()that finds a substring into a string. Pass arrays1ands2to 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:
This is a javascript
Enter substring
Jscript
The substring is not present
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here