Can you store multiple data types in System.Array?
Answer Posted / rakesh
Storing multiple data types in System.Array is not
possible,if u want to store multiple data type means use
ArrayList.It is auto expandable too
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
Write a console application and implement the ternary operator to decide whether the age a user entered after being prompted is allowed to vote or not(given that only citizens between 18 and 120 years only inclusive can vote). Use exception handling for non-numerical input.
What is entity framework in c#?
What are data types in C#?
Are c# strings null terminated?
Can a abstract class have a constructor?
What is orm in c#?
What is object array in c#?
If a.equals(b) is true then a.gethashcode & b.gethashcode must always return same hash code.
Why is hashset faster?
What is data types in c#?
Explain the Different types of configuration files in .net?
What is the console on a mac?
State two different types of access modifiers.
What is firstordefault c#?
What is the default value of guid in c#?