what is the height of tree if leaf node is at level 3. please
explain


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

Can you write a programmer for FACTORIAL using recursion?

0 Answers   ADP,


Define recursion in c.

0 Answers  


What are the different data types in C?

0 Answers  


Explain the use of 'auto' keyword

0 Answers  


A global variable when referred to in another file is declared as this a) local variable b) external variable c) constant d) pointers

0 Answers  






please help me..... please codes and flowchart plz turbo c lang po yan.....please asap response... 3. Make an astrology program. The user types in his or her birthday (month, day, and year as integer), and the program responds with the user’s zodiac sign, horoscope, and other information related to it. If the user’s birth year falls into a leap year, your program should display an appropriate message for it. NOTES: Conditional Statements: it should be with graphics

0 Answers  


Explain what are binary trees?

0 Answers  


how can write all 1to 100 prime numbers using for loop,if and break ?

2 Answers   TCS,


the number 138 is called well ordered number because the three digits in the number (1,3,8) increase from left to right (1<3<8). the number 365 is not well ordered coz 6 is larger than 5. write a program that wull find and display all possible three digit well ordered numbers. sample: 123,124,125,126,127,128,129,134 ,135,136,137,138,139,145,146,147 148 149,156.......789

5 Answers  


What is the scope of static variables?

1 Answers  


What is the Difference between Class and Struct?

10 Answers   Motorola,


Why is sprintf unsafe?

0 Answers  


Categories