Question: Executing: string name = Smith, Janet; int x = 0; x = name.compare(0, 5, ____); assigns the number -1 to the x variable. a. Smith
Executing: string name = "Smith, Janet"; int x = 0; x = name.compare(0, 5, ____); assigns the number -1 to the x variable.
a. "Smith"
b. "Abott"
c. "Smath"
d. "Smyth"
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
