What is c++ hash?



What is c++ hash?..

Answer / Ashawani Kumar Choudhary

A C++ hash function generates a numerical value (hash code) that represents a string or other data type. It's often used for fast lookup in unordered containers like sets and maps.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C++ General Interview Questions

Write a c program for binary addition of two 8 bit numbers.

1 Answers   TCS,


How many static variables are created if you put one static member into a template class definition?

1 Answers  


What are C++ inline functions?

1 Answers  


What is ios flag in c++?

1 Answers  


Which is not a valid keyword a) public b) protected c) guarded

1 Answers  


What do you mean by a template?

1 Answers  


Do vectors start at 0 c++?

1 Answers  


What are the main characteristics of C++ as a programming language?

1 Answers  


Is c++ built on c?

1 Answers  


Which one is better- macro or function?

1 Answers   Fidelity,


What is difference c and c++?

1 Answers  


What is Virtual Inheritance?

7 Answers   Amazon, Wipro,


Categories