Answer Posted / bipworld
height of AVL tree is limited to 1.44 log(n) where n is
number of nodes.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is fflush() function?
What would be an example of a structure analogous to structure c?
Why is it important to memset a variable, immediately after allocating memory to it ?
What is wrong with this initialization?
How will you divide two numbers in a MACRO?
How can I handle floating-point exceptions gracefully?
Explain the use of function toupper() with and example code?
to print the salary of an employee according to follwing calculation: Allowances:HRA-20% of BASIC,DA-45% of BASIC,TA-10%. Deductions:EPF-8% of BASIC,LIC-Rs.200/-Prof.Tax:Rs.200/- create c language program?
What are header files in c?
Write a program to check palindrome number in c programming?
Can you assign a different address to an array tag?
If fflush wont work, what can I use to flush input?
Explain how to reverse singly link list.
What does %d do?
Explain goto?