Explain the process of converting a Tree into a Binary Tree.


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

Post New Answer

More C Interview Questions

Write program to remove duplicate in an array?

0 Answers  


What is the difference between declaring a variable by constant keyword and #define ing that variable?

1 Answers  


What is typedef example?

0 Answers  


What is 2 d array in c?

0 Answers  


what is a function method?give example?

0 Answers  






Why c language?

0 Answers  


what is the value of b if a=5; b=++a + ++a

31 Answers   Infosys, TCS, Tech Mahindra,


print pattern 1 1 33 33 555 555 77777777 555 555 33 33 1 1

1 Answers   Winit,


Explain what header files do I need in order to define the standard library functions I use?

0 Answers  


in programming languages a statement or part of a statement that specifies several different execution sequences a) constructs b) distructs c) executes d) none

0 Answers  


What is putchar() function?

0 Answers  


15.what is the disadvantage of using macros? 16.what is the self-referential structure? 17.can a union be self-referenced? 18.What is a pointer? 19.What is the Lvalue and Rvalue? 20.what is the difference between these initializations? 21.Char a[]=”string”; 22.Char *p=”literal”; 23.Does *p++ increment p, or what it points to?

1 Answers  


Categories