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
Is array passed by reference in c#?
What is the benefit of interface in c#?
What is file extension of webservices?
What is delegates and events?
what is the meaning of Object lifetime in OOPS
What is the property of a class in c#?
What is the difference between interface and functional interface?
What is task parallel library?
How many digits are in an integer?
Is array a collection c#?
What is singleordefault?
Can you declare a class or a struct as constant?
Which are the access modifiers available in c#?
What is the use of private constructor in c#?
What are the uses of delegates in c#?