How many three-digit positive integers $ABC$ exist, such that $(A + B)^c$ is a three-digit integer and an integer power of $2$? Note: An integer power of $2$ is a number in the form $2^k$ , where $k$ is an integer.
(A) $15$
(B) $16$
(C) $18$
(D) $20$
(E) $21$
HINTS:
You basically have to find the number of solutions to the following equations
$$ (A+B)^C=2^7\qquad (A+B)^C=2^8\qquad (A+B)^C=2^9, \quad A,B,C\in\{0,1,2,...,9\} $$
Which directly gives some clues about what $C$ could be. Can $A$ be equal to zero?