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
What language do desktop applications use?
Is c sharp open source?
What is thread.sleep()?
What is lazy loading entity framework?
What is cookies c#?
What is ilasm.exe used for?
Why do we use public static void main in c#?
How do I join one form to another in c#?
Explain how do I convert a string to an int in c#?
Explain the types of comments in c#?
Is c# lazy thread safe?
What is whitespace in c#?
Explain About DTS package
What is a dictionary in c#?
Illustrate race condition?