What is hashing in c?


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

Post New Answer

More C Interview Questions

count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array

0 Answers  


Explain about block scope in c?

0 Answers  


What is array of structure in c?

0 Answers  


int array[]={1,2,3,4,5,6,7,8}; #define SIZE (sizeof(array)/sizeof(int)) main() { if(-1<=SIZE) printf("1"); else printf("2"); }

2 Answers   Vector,


a direct address that identifies a location by means of its displacement from a base address or segment a) absolute address b) relative address c) relative mode d) absolute mode

0 Answers  






What is pointer to pointer in c with example?

0 Answers  


Why ordinary variable store only one value  

0 Answers  


Did c have any year 2000 problems?

0 Answers  


Why pointers are used in c?

0 Answers  


How are 16- and 32-bit numbers stored?

0 Answers  


what is the difference between definition and declaration? give me some examples.

2 Answers   TCS,


What are the data types present in c?

0 Answers  


Categories