Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What is the minimum size (in bytes) of string data type in c#?
Give its compatible data type in .NET Framework.

Answer Posted / dileep

A string type takes 4 bytes (A string is a referenc type)
Bcoz either it references a null value or a non-null value
since it is a reference type which holds the address of a
memory location it occupies the size of an integer (which
is 4 bytes in c#).

Is This Answer Correct ?    7 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the task perform by clr?

1113


What are the differences between system.string and system.text.stringbuilder classes?

1048


What will be the output of the following code?

963


Can a static class contain non static members?

1035


What is mean by c#?

1001


How to get the sum of last 3 items in a list using lambda expressions?

965


How will you allow a class to be inherited, but prevent the method from being over-ridden?

1067


What happens when thread sleep () method is called?

946


Does c# support const methods, properties, or events?

1025


What is the default value of guid in c#?

933


How do you prevent a class from being inherited?

961


Can a class have multiple constructors c#?

919


What is ildasm and obfuscator in net?

1001


What is the difference between Static, Const and read only?

1114


What are native functions?

917