What is hash table in c?


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

Post New Answer

More C Interview Questions

struct abc { unsigned int a; char b; float r; }; struct xyz { int u; struct abc tt; }ww; ww = (struct xyz*)malloc(sizeof(struct xyz)); will the memory be allocated for the inner structure also?

1 Answers   Wipro,


Explain how can I remove the trailing spaces from a string?

0 Answers  


write a c program for print your name .but,your name may be small letter mean print a capital letter or your name may be capital letter mean print a small letter .example \\enter ur name : sankar The name is: SANKAR (or) enter your name:SAnkar The name is:saNKAR

5 Answers  


What is the use of printf() and scanf() functions?

0 Answers  


What are the 4 types of unions?

0 Answers  






How can I read data from data files with particular formats?

0 Answers  


Why header file is used in c?

0 Answers  


What is queue in c?

0 Answers  


What is conio h in c?

0 Answers  


What will be the output of the following program #include<stdio.h> void main() { int i=20; i-=i+++++i++; printf("%d",i); }

5 Answers  


1.write a program to merge the arrays 2.write efficient code for extracting unique elements from a sorted list of array?

3 Answers   Qualcomm,


what are the different storage classes in c?

0 Answers   TCS,


Categories