Write c expression raising 2 to the power 5
Answers
Answered by
2
the expresion rasing 2to the power 5 is
Answered by
2
for(i=1;i<=5;i++)
{
n=i;
m=2*n;
}
printf("2^5 = %d",n);
{
n=i;
m=2*n;
}
printf("2^5 = %d",n);
Similar questions