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

Answer Posted / sk

inorder traversal is 7,3,14,22,55,17,5

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

write a c program to calculate sum of digits till it reduces to a single digit using recursion

2711


Explain what math functions are available for integers? For floating point?

603


What is the use of sizeof?

544


What are local variables c?

539


What do you mean by Recursion Function?

625






C program to find all possible outcomes of a dice?

1844


Explain what are the advantages and disadvantages of a heap?

589


Which is better malloc or calloc?

645


Can you apply link and association interchangeably?

663


What are the types of data files?

719


What is #define in c?

608


What is %g in c?

608


what are the 10 different models of writing an addition program in C language?

1430


write a sorting prgm to sort 50 nos and sum them and also remove all the occurrences of 15 and print it?

1670


Explain is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?

663