Question: how can I make this simple math operation work in c programming: a to the power of b to the power of c; a **
how can I make this simple math operation work in c programming:
a to the power of b to the power of c;
a ** b ** c , assuming all three are integers.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
