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
What is the scope of static variables?
How to calculate sum
write a statement to display all the elements array M(in reverse order? int M[8]={20,21,22,23,24,25,26,27};
Describe explain how arrays can be passed to a user defined function
define switch statement?
What is the use of the restrict keyword?
What are the different types of errors?
to get a line of text and count the number of vowels in it
Why string is used in c?
What is the function of ceil(X) defined in math.h do? A)It returns the value rounded down to the next lower integer B)it returns the value rounded up to the next higher integer C)the Next Higher Value D)the next lower value
Can a function be forced to be inline? Also, give a comparison between inline function and the C macro?
What is switch in c?