Computer Science, asked by abhaysinghbisht02, 4 months ago

write an algorithm to compute a" (a powers to b, where a and b are integer variables) using loops.​

Answers

Answered by Anonymous
0

Answer:

or loop (a raised to the power b program) ... #include <stdio.h> int main() { int a,b, power,i ; power = 1; printf("To find a ... a b times. So to achieve this, let's have a variable which will store the value ... Write the C expression for the following - C.

Similar questions