How You Can create a string reference?
Interview question and answer by:
Sabarimahesh | Posted on: 4/12/2012 | Category:
C# Interview questions | Views: 1414 | |
Points: 40
Select from following answers:- string {s};
- string [s];
- string (s);
- string s;

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
Found interesting? Add this to: