What is the differnce between Array and Hash Table?
Answer Posted / pramodgupta20
1.Array can store same type of data While Hash Table can
store different type of data.
2) Hash table store data as name,value pair. while in array
only value is store.
3) to access value from hash table, you need to pass name.
while in array, to access value , you need to pass index
number.
| Is This Answer Correct ? | 70 Yes | 1 No |
Post New Answer View All Answers
What are namespaces, and how they are used?
What does console readline do?
Can we write class inside a class in c#?
What is the difference between interface and functional interface?
What is difference between an Structure and Class?
Define c# i/o classes?
What is private variable?
Will the following code compile?
What is the Signification of the "new " keyword in C#? example
What is mvc in c#?
My switch statement works differently! Why?
What is a bool in c#?
how to print invert pyramid in c#
How can we sort an array in c#?
How do I edit a dll file?