Explain b+ tree?


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

Post New Answer

More C Interview Questions

The variables are int sum=10,SuM=20; these are same or different?

3 Answers  


how does a general function , that accepts an array as a parameter, "knows" the size of the array ? How should it define it parameters list ?

2 Answers   Patni, TCS,


Write a program to print the prime numbers from 1 to 100?

7 Answers  


what is c programing

11 Answers   Wipro,


Do you know what is the purpose of 'extern' keyword in a function declaration?

0 Answers  






What is const and volatile in c?

0 Answers  


What are the 4 types of organizational structures?

0 Answers  


Does free set pointer to null?

0 Answers  


why in C,C++'s int size is 2 byte and .net(c#) int Size is 4 byte?

2 Answers  


What is a program flowchart?

0 Answers  


What do you mean by command line argument?

0 Answers   TCS,


what is the output of following question? void main() { int i=0,a[3]; a[i]=i++; printf("%d",a[i] }

3 Answers  


Categories