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
What is the difference between add and addrange in c#?
What is type keyword in c#?
Explain the Different types of configuration files in .net?
What are assemblies?
What does console writeline do?
How objects are stored in memory?
Is nullable type c#?
Is c sharp free?
What is a float?
How do I make a dll in c#?
What is appdomain in c#?
Explain boxing and unboxing in c#?
What happens if you add duplicate elements to a set?
Why do we use static class in c#?
Is static thread safe?