Select from following answers:- string {s};
- string [s];
- string (s);
- string s;

- All Above
string is an alias for System.String in the .NET Framework.
So,To create a string reference
SYNTAX
string s
Show Correct Answer
Source: Quiz | Asked In: Interviews |
Alert Moderator