What is hash c#?



What is hash c#?..

Answer / Kush Kant Srivastava

A hash in C# typically refers to a hash function or hash table. A hash function maps keys (usually objects) to indices, allowing for efficient storage and retrieval of data. Hash tables provide fast access to elements by their key values.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

What framework is used for performance testing/load testing?

1 Answers   TCS,


What is the difference between ienumerable and enumerator?

1 Answers  


List some of the basic string operation?

1 Answers  


Why we use anonymous methods in c#?

1 Answers  


How many types of serialization are there in c#?

1 Answers  


How can you clean up objects holding resources from within the code?

2 Answers   L&T, Wipro,


Describe the types of comments in c#?

1 Answers  


What is meant by clr?

1 Answers  


Can a class inherit structure.

4 Answers   IBM, Synechron,


Explain jagged arrays in c#?

1 Answers  


What is native image generator (ngen.exe)?

1 Answers  


What is a statement c#?

1 Answers  


Categories