answersLogoWhite

0

Why you hash in c language?

User Avatar

Anonymous

14y ago
Updated: 8/19/2019

ANSWER

The reasons to use hashing in C are the same as in any language. A hash value is used to reduce a value from a complex form into a simpler form, to simplify operations such as searches.

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

What has the author Ben Albahari written?

Ben Albahari has written: 'C[hash] essentials' -- subject- s -: C - Computer program language -


What is hashish?

Concentrated "essence of cannabis". Hash (or hashish) in my language (Arabic) means grass.... grass is another word pot, weed, marijuana, cannabis. It also can be the mark #. #=hash.


What is the symbol for a sharp in music?

A slanted Hash.. Dont have a hash on my keyboard so can't show you :p


What does the term 'Perl Hash' actually mean?

Perl Hash is a term from the Perl programming language. Hashes are complex list data, which link a key to a value. Otherwise they are the same as arrays.


Why c language has name c why not a?

C-language was derived from B-language.


Hash function for storing password in c program?

MD5 and SHA1 are quite common.


What symbols are used to specify comments in c?

It is # (hash-mark).


In C plus plus what sign do all preprocessor directives start with?

all preprocessor directives start with #(hash) symbol in both c & c++


What is previous language of c language?

language before c language is pascal


What is C language what does it do?

C Language is First Step of Programming Language, Help for C Language you are show the correct answer


What is hash key?

hash key is an element in the hash table. it is the data that you will combine (mathematical) with hash function to produce the hash.


What is the topNet class that everything is derived from in c?

C language: int (but C is NOT a .net language) C# language: object or System.Object