Question: Given the C++ code: size_t positioni, position2; string myString = alpaca; position1 = myString.find('z')); position2 = myString.find('c'); The value of position1 after this code is

Given the C++ code: size_t positioni, position2; string myString = "alpaca"; position1 = myString.find('z')); position2 = myString.find('c'); The value of position1 after this code is run will be: The value of position after this code is run will be
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
