Explain b+ tree?


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

Post New Answer

More C Interview Questions

What is function prototype?

0 Answers  


What is advantage of pointer in c?

0 Answers  


What is the stack in c?

0 Answers  


main() { int i=1; while (i<=5) { printf("%d",i); if (i>2) goto here; i++; } } fun() { here: printf("PP"); }

3 Answers   ME,


how to estimate the disk access time? e.g. the time between read one byte and another byte in the disk.

3 Answers   Google,






disply the following menu 1.Disply 2.Copy 3.Append; as per the menu do the file operations 4.Exit

0 Answers  


what will be the output of this program main() { int i=1; while (i<=10); { i++; } }

11 Answers  


What is the role of this pointer?

0 Answers  


write a c program to print the values in words eg:- 143 written it has (one hundred and forty three)& 104, 114 are also written words

5 Answers   Captronic, DELL, Google, IBM, Mithi, RCC, Wipro,


how to make c program without a libary? e.g.#include<stdio.h> libary is not in c progaram.

2 Answers  


a program that performs some preliminary processing in C, it acts upon certain directives that will affect how the compiler does its work a) compiler b) loader c) directive d) preprocessor

0 Answers  


What is the difference between single charater constant and string constant?

0 Answers  


Categories