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 typedf?
Can you please explain the difference between exit() and _exit() function?
What is the Difference between Class and Struct?
What are lookup tables in c?
What is static identifier?
in b=6.6/a+(2*a+(3*c)/a*d)/(2/n); which operation will be performed first a) 6.6/a b) 2*a c) 3*c d) 2/n
what is the difference between #include<stdio.h> and #include "stdio.h" ?
Explain what standard functions are available to manipulate strings?
What are the string functions? List some string functions available in c.
What are the uses of a pointer?
how to find your architecture is LittleEndian or BigEndian?
Why do we use namespace feature?