Posted by: nepal_123 February 5, 2011
Help Needed form C Programming experts
Login in to Rate this Post:     0       ?        
Hi Friends,

I am new to C Programming. I am working with Hash Functions. I am trying for

 using a simple hash function: that adda up the ascii value of each character in 'name' and returns  `sum'o modulo HASH_TABLE_SIZE

int symtbl_hash(char *name)
{
   
}

Can anyone halp me in creating this functions. Any sort of help appreciated.

Thanks in advance.
Read Full Discussion Thread for this article