Can you store multiple data types in System.Array?
Answer Posted / ramu
If you want to store multiple data types use Hashtable.
In array you cannot store multiple data types.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is managed or unmanaged code?
What are the different types of literals in c#?
What is string class in c#?
What is the major difference between a custom control and user control?
What is the difference between struct and class in c#?
Define mutex in C#?
What is an indexer in c#?
How does a while loop work?
If you define a user defined data type by using the class keyword, is it a value type or reference type?
Is for loop faster than foreach?
What is difference between throw and throws in c#?
Can struct be static in c#?
Is stringbuilder better than string?
What is lazy class in c#?
What is ulong in c#?