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

The postoder traversal is 7,14,3,55,22,5,17 Then ur Inorder traversal is??? please help me on this

1 Answers  


Write a small C program to determine whether a machine's type is little-endian or big-endian.

5 Answers   nvidia,


Two's compliment of -5

4 Answers   Adobe,


how does printf function work

1 Answers  


What is the result main() { char c=-64; int i=-32 unsigned int u =-16; if(c>i){ printf("pass1,"); if(c<u) printf("pass2"); else printf("Fail2");} else printf("Fail1); if(i<u) printf("pass2"); else printf("Fail2") } a)Pass1,Pass2 b)Pass1,Fail2 c)Fail1,Pass2 d)Fail1,Fail2 e)none

9 Answers   IBM,






#include<stdio.h> int main(){ int i=10; int *ptr=&i; *ptr=(int *)20; printf("%d",i); return 0; } Output: 20 can anyone explain how came the output is 20

0 Answers  


What are the benefits of organizational structure?

0 Answers  


What is quick sort in c?

0 Answers  


1,1,5,17,61,217,?,?.

3 Answers   Apple,


I heard that you have to include stdio.h before calling printf. Why?

0 Answers  


The C language terminator is a.semicolon b.colon c.period d.exclamation mark

6 Answers   TCS,


Define macros.

0 Answers   Tech Mahindra,


Categories