Question: C programing:Write a function int stringindex(char s1[], char c1[])which returns the index of the first occurrence of c1 in s1, or -1 if c1 doesn't
C programing:Write a function int stringindex(char s1[], char c1[])which returns the index of the first occurrence of c1 in s1, or -1 if c1 doesn't occur in s1
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
