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 are the advantages of properties in c#?
What is streamreader/streamwriter class?
What is the difference between disposing of () and finalize() methods in c#?
Show us in simple steps to create setup & deployment project for windows application?
What is strongly typed in c#?
Can you create an instance of a static class?
What's the difference between a static method and a non static method c#?
who is a protected class-level variable available to?
What is hashset c#?
List some Advantages of switch-case over if else?
What is the major difference between a custom control and user control?
If a child class instance is created, which class constructor is called first - base class or child class?
What is the difference between dynamic type variables and object type variables in c#?
What is a constructor in c#?
What is clr namespace?