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

implement NAND gate logic in C code without using any bitwise operatior.

4 Answers   Alcatel,


Explain what is the difference between far and near ?

0 Answers  


void main() { char c; while(c=getchar()!='\n') printf("%d",c); } o/p=11 why?

8 Answers   Wipro,


write a c program to print a given number as odd or even without using loop statements,(no if ,while etc)

10 Answers  


write a program to gat the digt sum of a number (et. 15= >1+5=6)

2 Answers  


WAP to find that given no is small or capital

3 Answers  


What is selection sort in c?

0 Answers  


Explain low-order bytes.

0 Answers  


main() { int i=400,j=300; printf("%d..%d"); }

13 Answers   ME,


What is the need of structure in c?

0 Answers  


What is floating point constants?

0 Answers  


find the value of y y = 1.5x+3 for x<=2 y = 2x+5 for x>2

0 Answers   TCS,


Categories