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
What is the best organizational structure?
What are bitwise shift operators in c programming?
Why is c known as a mother language?
What is a sequential access file?
What is difference between %d and %i in c?
In C language, a variable name cannot contain?
Explain how do you determine a file’s attributes?
any limit on the number of functions that might be present in a C program a) max 35 functions b) max 50 functions c) no limit d) none of the above
while loop contains parts a) initialisation, evalution of an expression,increment /decrement b) initialisation, increment/decrement c) condition evalution d) none of the above
Is there anything like an ifdef for typedefs?
What is static function in c?
What is sizeof int?
what is the c source code for the below output? 5555555555 4444 4444 333 333 22 22 1 1 22 22 333 333 4444 4444 5555555555
What is this infamous null pointer, anyway?
What is meant by high-order and low-order bytes?