can we assign null value to value type in c#?

Answer Posted / jay

string a = string.Empty;
a = null;

Is This Answer Correct ?    14 Yes 20 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can I get the ascii code for a character in c#?

568


What is the relation between classes and objects?

526


What is the difference between delegates and events in c#?

426


Why do we use reflection in c#?

489


Define a manifest in .net?

539






In .NET how can you solve the DLL Hell problem?

671


How do I create a dbml file?

485


Name the method of servicebase class?

542


What is view model in c#?

465


What is the difference between and xml documentation tag?

524


Is c++ or c# better?

541


How do you escape c#?

506


What are the classes contained in a single .NET DLL ?

508


What is dataset c#?

496


What types of object can I throw as exceptions?

540