CMC Company Programming

When a binary tree is traversed in preorder and inorder, the labels of the nodes are printed as below.
Preorder: A B C D E F G H
In order: B C A E G F D H
In what order the nodes appear if the same binary is traversed in post-order?
A) C B G F E H D A
B) C B E G F H D A
C) C B F G E D H A
D) Can’t be decided unless tree representation is given

Read Solution (Total 2)

CMC Other Question

The system call that is key to multitasking in UNIX
A) Exec
B) Fork
C) System
D) None
what is the least number. which should be added to 0.0282 to make it a perfect square?

a.0.0007
b.0.0042
c.0.0002
d.0.0003