Can a binary search tree be used as an index? If yes, how?
Explain


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

Post New Answer

More C Interview Questions

Which is best book for data structures in c?

0 Answers  


What is the use of getchar functions?

0 Answers  


write a c program to calculate the income tax of the employees in an organization where the conditions are given as. (I.T. = 0 if income <100000 I.T = 10% if income _< 200000 it = 20% if income >_ 200000)

7 Answers   Consultancy, DBU, FD, JK Associates, Kobe, Satyam,


Suppose I want to write a function that takes a generic pointer as an argument and I want to simulate passing it by reference. Can I give the formal parameter type void **, and do something like this? void f(void **); double *dp; f((void **)&dp);

1 Answers  


main() { int i; printf("%d",i^i); }

1 Answers  






Write a C program in Fibonacci series.

0 Answers   iNautix,


please give me answer with details #include<stdio.h> main() { int i=1; i=(++i)*(++i)*(++i); printf("%d",i); getch(); }

3 Answers  


Do you know null pointer?

0 Answers  


Explain what is wrong in this statement?

0 Answers  


The differences between Windows XP and Windows Visa

8 Answers   HCL,


how to swap 2 numbers within a single statement?

4 Answers  


What is wrong with this program statement?

0 Answers  


Categories