What is the minimum size (in bytes) of string data type in c#?
Give its compatible data type in .NET Framework.
Answer Posted / paresh nawale
dileep is right.
as string is refrence type it need 4 bytes to hold memeory
address.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Name some string escape sequences in c#.
What is the use of list in c#?
Should I use double or float?
Explain the role of Garbage collector and its generations?
What is disconnected data architecture in c#?
List some of the classes used by system.data namespace?
Explain the process of polymorphism with an example?
Difference between call by value and call by reference in C#?
What are the new features in c# 2.0?
What is signature c#?
Explain data types in c#?
Difference between debug.write and trace.write?
What is the difference between disposing of () and finalize() methods in c#?
What is meant by clr?
What is the use of console readkey in c#?