Can you store multiple data types in System.Array?
Answer Posted / suyash
ideally we don't,, but we can....
we can do this by declaring object in array which can be
used for different data types!!!
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do you escape c#?
What is c# most used for?
What is the function of .IsDescendent()?
Can bool be null c#?
How long has c# been around?
What are callback methods in c#?
What is difference between const and static in c#?
without modifying source code if we compile again, will it be generated MSIL again?
Is visual c# free?
What does a constructor do c#?
What exactly happens when we debug and build the program?
What does console writeline do?
What is func c#?
What are the different types of delegation?
Is there an equivalent of exit() for quitting a c# .net application?