Can you store multiple data types in System.Array?
Answer Posted / satyadarshi
No,we cannot store multiple datatype in Array.we can store
similar datatype in Array.
| Is This Answer Correct ? | 39 Yes | 17 No |
Post New Answer View All Answers
Is array a collection c#?
What is difference between array and collection in c#?
How do you pass reference parameters in c#?
Can an exception be thrown from a catch block?
Which attribute is used in order that the method can be used as webservice?
Can an abstract class have a constructor c#?
What is oledbconnection c#?
Can a struct have a default constructor (a constructor without parameters) or a destructor in c#?
What is namespace explain with example?
Explain the difference between the debug class and trace class?
In .Net, what is an assembly? Also explain the type of assembly.
What is the difference between do and while loop?
What is an escape sequence? Name some string escape sequences in c#.
Compare and contrast between the System.Array.CopyTo() and Clone()?
What is default class in c#?