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

How are strings stored in c?

0 Answers  


how to write optimum code to divide a 50 digit number with a 25 digit number??

0 Answers   MGM,


Write a program to generate random numbers in c?

0 Answers  


Explain what is operator promotion?

0 Answers  


What is s or c?

0 Answers  


Given only putchar (no sprintf, itoa, etc.) write a routine putlong that prints out an unsigned long in decimal. [ I gave the obvious solution of taking % 10 and / 10, which gives us the decimal value in reverse order. This requires an array since we need to print it out in the correct order. The interviewer wasn't too pleased and asked me to give a solution which didn't need the array ].

0 Answers  


how can I convert a string to a number?

0 Answers  


in malloc and calloc which one is fast and why?

1 Answers  


Write a C program where input is: "My name is xyz". output is: "xyz is name My".

1 Answers   TCS,


i want to have a program to read a string and print the frequency of each character and it should work in turbo c

3 Answers   Persistent, Wipro,


Can one function call another?

0 Answers  


Write a program in c using only loops to print * * * * * *******

2 Answers   IBM,


Categories