What is hashing in c language?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

what is the little endian and big endian?

1 Answers  


consider the following C code main() { int i=3,x; while(i>0) { x=func(i); i--; } int func(int n) { static sum=0; sum=sum+n; return(sum); } the final value of x is

4 Answers   TCS,


Explain the difference between getch() and getche() in c?

0 Answers  


write a program to check whether a number is Peterson or not.

4 Answers  


Explain how do you determine a file’s attributes?

0 Answers  






What is nested structure?

0 Answers  


write a program to generate address labels using structures?

0 Answers   SJC,


what is diff b/w huge & far & near pointer??

1 Answers   HCL,


what is answer for perfect number????????????????

1 Answers  


Is stack a keyword in c?

0 Answers  


find out largest elemant of diagonalmatrix

0 Answers  


When should I declare a function?

0 Answers  


Categories