Write a program to identify if a given binary tree is balanced or not.


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

Post New Answer

More C Interview Questions

Are negative numbers true in c?

0 Answers  


What is alloca() and why is its use discouraged?

1 Answers  


What are the languages are portable and platform independent?Why they are like that?

1 Answers   Excel, Satyam,


2. What does static variable mean?

2 Answers  


What is a file descriptor in c?

0 Answers  






what is a stack

3 Answers  


Reverse the part of the number which is present from position i to j. Print the new number. eg: num=789876 i=2 j=5 778986

1 Answers  


Differentiate between the expression “++a” and “a++”?

0 Answers  


What is sizeof int in c?

0 Answers  


What does %c mean in c?

0 Answers  


regarding the scope of the varibles;identify the incorrect statement: a.automatic variables are automatically initialised to 0 b.static variables are are automatically initialised to 0 c.the address of a register variable is not accessiable d.static variables cannot be initialised with any expression

1 Answers   TCS,


What do you mean by scope of a variable in c?

0 Answers  


Categories