Can you store multiple data types in System.Array?
Answer Posted / ankur
yes we can store multiple datatype in system.array in c#
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why is lazy loading?
can you create a function in c# which can accept varying number of arguments
Why do I get a "cs5001: does not have an entry point defined" error when compiling?
Is c# an open source language?
What is the purpose of a namespace?
Where’s global assembly cache located on the system?
How does dependency injection work c#?
I want to print "Hello" even before main() is executed. How will you achieve that?
What is the difference between finally and finalize block?
Give examples for reference types?
In gridview in editmode if we want to display information in one combobox based on
How do I open the console?
Please explain the basic string operations used in c#?
What are custom exceptions? Why do we need them?
What are custom exceptions?