Q.1 write a program to create binary tree 1 to 16 numbers?
Q.2 write a program to creat a binary search tree for the
member that is given by user?


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

Post New Answer

More C Interview Questions

why we use "include" word before calling the header file. is there any special name for that include??????

1 Answers   TCS,


What is volatile in c language?

2 Answers   HCL, TCS,


#include<stdio.h> #include<conio.h> void main() { clrscr(); int a=0,b=0,c=0; printf("enter value of a,b"); scanf(" %d %d",a,b); c=a+b; printf("sum is %d",c); getch(); }

2 Answers  


how do you programme Carrier Sense Multiple Access

0 Answers  


What is #include conio h?

0 Answers  


how to build a exercise findig min number of e heap with list imlemented?

0 Answers  


What is c language & why it is used?

0 Answers  


What is a far pointer?What is the utility?

4 Answers  


What does c mean before a date?

0 Answers  


Why #include is used in c language?

0 Answers  


What is difference between structure and union in c?

0 Answers  


What is infinite loop?

0 Answers  


Categories