Question: in c++ Write a function firstDiff that takes two vector of string parameters returns the index of the first element where they are different if
in c++
Write a function firstDiff that
- takes two vector of string parameters
- returns the index of the first element where they are different
- if the two vectors are identical, return the length of the vectors
- assume the vectors have the same length
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
