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

What is array of structure in c programming?

0 Answers  


What are the main characteristics of c language describe the structure of ac program?

0 Answers  


When should a type cast not be used?

0 Answers  


write a program to check whether a given integer is a strong number or not? [Hint: 145=1!+4!+5! =1+24+120 =145]

7 Answers   Calsoft,


Define function pointers?

1 Answers  






What is the proper way of these job Tell me about there full work

0 Answers   EDS,


Write a C/C++ program that connects to a MySQL server and checks intrusion attempts every 5 minutes. If an intrusion attempt is detected beep the internal speaker to alert the administrator. A high number of aborted connects to MySQL at a point in time may be used as a basis of an intrusion.

1 Answers  


Is int a keyword in c?

0 Answers  


What is this pointer in c plus plus?

0 Answers  


C program code int zap(int n) { if(n<=1)then zap=1; else zap=zap(n-3)+zap(n-1); } then the call zap(6) gives the values of zap [a] 8 [b] 9 [c] 6 [d] 12 [e] 15

6 Answers   TCS, Wipro,


WAP to find that given no is small or capital

3 Answers  


What is ## preprocessor operator in c?

0 Answers  


Categories