Can you store multiple data types in System.Array?
Answer Posted / payal mehta
No,we cannot store multiple datatype in Array.we can store
similar datatype in Array,but i think that we can store in
ArrayList class in c#.
| Is This Answer Correct ? | 8 Yes | 8 No |
Post New Answer View All Answers
What's the difference between an integer and int?
What is extension method in c# and how to use them?
What is difference between static and readonly in c#?
How do I run managed code in a process?
What is getenumerator?
Does c# replace c++?
What does console readline do?
Is a valid int value?
What is console writeline in c#?
Is multilevel inheritance possible in c#?
What are the commonly used i/o classes?
What is a concrete class in c#?
Is c# a strongly-typed language?
Why is static constructor called first?
Where’s global assembly cache located on the system?