Question: Write a C code to check whether a given substring is present in the given string after a specific index value (Take input from
Write a C code to check whether a given substring is present in the given string after a specific index value (Take input from user: string, substring, and the index value). For example: String Input: "The nature is beautiful because it is alive, moving, reproductive" Substring: "alive" Index: 8 Output should be: The substring is present in given string [15 points]
Step by Step Solution
There are 3 Steps involved in it
Answer code is as follow include stdio h include string h int main char mainString1000 ... View full answer
Get step-by-step solutions from verified subject matter experts
