1
Answer

string reference:

string reference:
1. string {s};
2. string [s];
3. string (s);
4. string s;

Answers (1)