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 stdio.h
int main()
I
int r, ba, expr;
printf("In Enter the Base and Exponent numbers: (nn);
scanf("%d %d", &ba, &expr);
r=pow(ba,expr);
printf("|n| The result of %d Power %d =%d ", ba, expr ,r);
return 0 ;
}
#include r?
lnr=pow(ba,expr)?????
ln??
=r(:n'')r
 Which one of the following code is correct (running without error)

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!