To create a string “Welcome to C++” , you may use a statement like this:
string s1(“Welcome to C++”);or this:
string s1 = “Welcome to C++” ;Which one is better? Why?
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.