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 / srikar

No

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain 'structure padding'?

1104


Are multiple data types stored in System.Array?

1146


What does console mean c#?

902


How to put assembly in gac?

883


what will be the output of the given below coding. using System; public class Exercise { static void OddNumbers(int a) { if (a >= 1) { Console.Write("{0}, ", a); a -= 2; OddNumbers(a); } } public static int Main() { const int Number = 9; Console.WriteLine("Odd Numbers"); OddNumbers(Number); Console.WriteLine(); return 0; } }

4285


In .Net, what is an assembly? Also explain the type of assembly.

883


Is it possible to restrict the scope of a field/method of a class to the classes in the same namespace?

960


Which debugging tools you can use in the .NET ssSDK?

947


What is the major difference between a custom control and user control?

1010


What is the value which is accepted by all data types ?

973


What is disconnected data architecture in c#?

969


Explain About disco and uddi

1103


What is ienumerable t in c#?

830


What is public, private, protected, internal and internal protected?

936


What is data bind in c#?

879