Question: Please answer in Visual Studios C++ 3. What are the values of the following expressions? In each line, assume that string s = hello string
Please answer in Visual Studios C++
3. What are the values of the following expressions? In each line, assume that string s = "hello" string t= "World"; a. s.length( ) + t.length() b. s.substr(1, 2) C. s.substr (s.length()/2,1 d. S+t e. tus
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
