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

Define recursion in c.

0 Answers  


Calculate 1*2*3*____*n using recursive function??

0 Answers  


What is main return c?

0 Answers  


.find the output of the following program? char*myfunc(char*ptr) { ptr +=3; return (ptr); } int main() { char*x,*y; x="HELLO"; y=myfunc(x); printf("y = %s ",y); return 0; }

0 Answers  


What are the types of c language?

0 Answers  






What are bit fields? What is their use?

2 Answers   Adobe,


What is identifiers in c with examples?

0 Answers  


Why do we use int main?

0 Answers  


Can we replace the struct function in tree syntax with a union?

0 Answers   Huawei,


What is floating point exception error? And what are different types of errors occur during compile time and run time? why they occur?

1 Answers  


what is the output of the following program? #include<stdio.h> void main() { int x=4,y=3,z; z=x-- -y; printf("\n%d %d %d",x,y,z); }

14 Answers  


Explain Basic concepts of C language?

0 Answers   EXL,


Categories