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...

Can you store multiple data types in System.Array?

Answer Posted / shamjeet

yes,ofcourse
System.Array is of Object Type
eg:
int a =10;
float b=2.03;
string c = "yes"
object[] val = new object[3];
val[0] = a;
val[1] = b;
val[2] = c;

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between c and c# programming?

941


How do you declare a variable in c#?

956


What is class in oops with example in c#?

911


How can you prevent escaping on backslashes in C# with string definitions?

1226


How we can create an array with non-default values?

941


What does this keyword mean in c#?

904


Can a abstract class have a constructor?

874


What is serialization and deserialization in c# with example?

880


What is stringreader in c#?

867


How do I create a delegate/multicastdelegate?

991


How do I create a single-file assembly?

1009


What is icomparable in c#?

951


What is enumerable in c#?

880


What is the difference between Singleton design pattern and Factory design pattern?

946


What is .cs file in c#?

899