hi!
I am coding in c#

I have to put "abcd" in a string variable. Had it been abcd only I would have written

Code:
string str = "abcd";
str then wud have contained abcd.

but the problem is str has to contain "abcd".

Hope, I am clear in my post.