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
List down the different ide’s provided by microsoft for c# development.
What is the relation between classes and objects?
Which sorting algorithm is best?
Is a c# interface the same as a c++ abstract class?
How does bubble sort work?
Is null in c#?
Explain types of comment in c# with examples
What is string interpolation in c#?
Why do we use abstraction in c#?
Describe the overview of clr integration.
What is system console writeline in c#?
What is sql transaction in c#?
What is meant by enumerable in c#?
What is int64 in c#?
Is ram a heap?