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

What is the benefit of using const for declaring constants?

0 Answers  


What is the maximum no. of arguments that can be given in a command line in C.?

0 Answers   HCL,


Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)

2 Answers   Cap Gemini, HCL,


what is an inline function?

2 Answers   TCS,


Where are the auto variables stored?

0 Answers   TISL,






Is there a built-in function in C that can be used for sorting data?

0 Answers  


Q.1 write aprogram to stack using linklist o insert 40 items? Q.2 write a program to implement circular queue with help of linklist?

0 Answers   TCS,


What is the scope of static variables in c language?

0 Answers  


why do some people write if(0 == x) instead of if(x == 0)?

0 Answers  


what is the difference between i++ and ++i?

5 Answers  


Explain how do you declare an array that will hold more than 64kb of data?

0 Answers  


how to find turn around time in operating system?

3 Answers  


Categories