Match the member functions of std::string on left with the correct return value on right. Hint: Please follow the read. compare replace append substr data [Choose] [Choose ] this Returns a signed integral indicating the relation between the strings. true or false based on the comparison A string object with a substring of this object. A new appended string A new string with replace value(s) A pointer to the c-string representation of the string object's value. [Choose ] [Choose ]

icon
Related questions
Question

C++ help

Match the member functions of std::string on left with the correct return value on right.
Hint: Please follow the read.
compare
replace
append
substr
F3
data
$
4
R
(1)
F
F4
Q Search
DII
do in
%
5
T
F5
G
6
[Choose ]
[Choose ]
"this
Returns a signed integral indicating the relation between the strings.
true or false based on the comparison
A string object with a substring of this object.
A new appended string
A new string with replace value(s)
A pointer to the c-string representation of the string object's value.
[Choose ]
[Choose ]
F6
Y
H
L095.
F7
&
7
4
U
PrtScn
F8
8
Home
F9
9
K
End
F10
)
PgUr
0
Transcribed Image Text:Match the member functions of std::string on left with the correct return value on right. Hint: Please follow the read. compare replace append substr F3 data $ 4 R (1) F F4 Q Search DII do in % 5 T F5 G 6 [Choose ] [Choose ] "this Returns a signed integral indicating the relation between the strings. true or false based on the comparison A string object with a substring of this object. A new appended string A new string with replace value(s) A pointer to the c-string representation of the string object's value. [Choose ] [Choose ] F6 Y H L095. F7 & 7 4 U PrtScn F8 8 Home F9 9 K End F10 ) PgUr 0
Expert Solution
steps

Step by step

Solved in 3 steps

Blurred answer