Consider a binary tree, where for every node P - Q≤2, where P represents number of nodes in left sub tree for node S and Q represents the number of nodes in right sub tree for node S for h > 0. The minimum number of nodes present in such a binary tree of height h = 4 will be
N(h)=[2h−1+1]
Therfore putting H = 4, we get, N(4)=23+1=9
Hence option (c) will be answer.