Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


How to throw some light on the b tree?


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

Post New Answer

More C Interview Questions

can anyone suggest some site name..where i can get some good data structure puzzles???

0 Answers  


Find the O/p of the following struct node { char *name; int num; }; int main() { struct node s1={"Harry",1331}; struct node s2=s1; if(s1==s2) printf("Same"); else printf("Diff"); }

1 Answers  


write a program that reads lines(using getline), converts each line to an integer using atoi, and computes the average of all the numbers read. also compute the standard deviation.

0 Answers  


What is the auto keyword good for?

0 Answers  


What is encapsulation?

2 Answers  


how to swap 2 numbers within a single statement?

4 Answers  


main() { int i = 1; int num[] = {1,2,3,4}; num[i] = i++; printf("%d", num[i]); } what will be the output? }

22 Answers   NDS, TCS,


What are the key features in c programming language?

0 Answers  


what is default constructor?

2 Answers   HCL,


how to count no of words,characters,lines in a paragraph.

0 Answers  


what is output of the following statetment?Printf(“%x”, -1<<4); ?

5 Answers  


with out using main how to execute the program?

2 Answers  


Categories