What is the minimum size (in bytes) of string data type in c#?
Give its compatible data type in .NET Framework.
Answer Posted / ganesh
sorry harikrishna. ur answer is wrong.
by default the size of a string is 0 bytes.we can have a
null string in c#.
| Is This Answer Correct ? | 2 Yes | 5 No |
Post New Answer View All Answers
Is dictionary a collection?
What is Satellite Assemblies ?
Explain the Different types of configuration files in .net?
Is array ienumerable c#?
What are the advantages of using c#?
What are "class access modifiers" in C#?
Is list passed by reference c#?
What is polymorphism and its types in c#?
Why array is faster than arraylist in c#?
What is Custom attribute? How to create? If I'm having custom attribute in an assembly, how to say that name in the code?
What is foreach loop in c#?
What are async and await?
Explain get and set accessor properties?
What does async mean in c#?
What does firstordefault mean in c#?