Is string reference type / value type?
Answer Posted / ganesh
Vikram u r worng
string is a reference type
| Is This Answer Correct ? | 50 Yes | 2 No |
Post New Answer View All Answers
how to Create a datagridview control with check box column with 8rows in it, the maximum number of check boxes checked should be 3, when user checks the 4th corresponding message should be displayed and check box should be checked. User can uncheck the checked boxes Note: read-only property should not be used
What is the difference between internal and private in c#?
What is a linked list c#?
can you declare an override method to be static if the original method is not static?
Can you mark static constructor with access modifiers?
Is std :: string null terminated?
How objects are stored in memory?
What is a method signature in c#?
What is the output of TextWriterTraceListener redirected?
What is action c#?
What is namespace explain with example?
What are the differences between system.string and system.text.stringbuilder classes?
What is c# entity framework?
How can we make a thread sleep for infinite period ?
How do I do implement a assert?