Can you store multiple data types in System.Array?
Answer Posted / vishal shah
What payal has mentioned is absolutely right. Array doesnt
store different datatypes. but ArrayList can store
different types of datatype in a single object.
| Is This Answer Correct ? | 12 Yes | 2 No |
Post New Answer View All Answers
Can a string be null c#?
what are nullable types in c#
What are the main reasons to use c# language?
how to compare numbers and dispaly the largest ? *first thing I wanted to do is to input how many numbers to be compared *and then analyzed the largest then display it.
What is the purpose of escape sequence?
what is the equivalent to regsvr32 and regsvr32 /u a file in .net development?
What is delimiter in c#?
Explain how can I get around scope problems in a try/catch?
What is the signature of a method?
Can you instantiate a struct without using a new operator in c#?
What is the wildcard character in sql?
When a switch is said to be congested?
What is the Signification of the "new " keyword in C#? example
Can you declare a field readonly?
What is Asynchronous call and how it can be implemented using delegates?