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
Are c# strings immutable?
Explain manifest in c#.
What is datetime parse in c#?
How do I run managed code in a process?
in the nunit test framework, which attribute must adorn a test class in order for it to be picked up by the nunit gui?
What problem does Delegate Solve?
What is dao in c#?
List out two different types of errors in c#?
What is namespace explain with example?
Is stringbuilder thread safe c#?
What is a interface in c#?
What is public void in c#?
Is c# easier than javascript?
What are Indexers in C#?
What is an example of delegation?