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

while running a program, i got the msg that press return key to exit.what that mean in C as there are no such options as far i know.

1 Answers   TCS,


what is diff b/w huge & far & near pointer??

1 Answers   HCL,


what is the output of the following code? main() { int I; I=0x10+010+10; printf("x=%x",I); } give detailed reason

3 Answers  


Which is not valid in C a) class aClass{public:int x;}; b) /* A comment */ c) char x=12;

0 Answers  


1.what are local and global variables? 2.what is the scope of static variables? 3.what is the difference between static and global variables? 4.what are volatile variables? 5.what is the use of 'auto' keyword? 6.how do we make a global variable accessible across files? Explain the extern keyword? 7.what is a function prototype? 8.what does keyword 'extern' mean in a function declaration?

2 Answers   nvidia,






Hi Every one...........I have been selected for the SBI Clerk. But i m one month Pregnanat. So anyone please suggest me, is they take any objection on my joining .

4 Answers   State Bank Of India SBI,


What do you know about the use of bit field?

0 Answers  


Explain what is gets() function?

0 Answers  


Differentiate between null and void pointers.

0 Answers   TCS,


program to find the magic square

1 Answers   Infosys,


from which concept of 'c', the static member function of 'c++' has came?

1 Answers   Bosch,


program to print upper & lower triangle of a matrix

2 Answers   TCS,


Categories