Question: Which one of the following code is correct ( running without error ) in C programming? #include stdio . h int main ( ) I
Which one of the following code is correct running without error in C programming?
#include stdioh
int main
I
int ba expr;
printfIn Enter the Base and Exponent numbers: ;
scanfd d &ba &expr;
powexpr;
printf The result of d Power d d ba expr r;
return ;
#include
powexpr
:
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
