First Please Subscribe Our Channel Click Here For Subscribe
Close
C PROGRAMMING WORLD
BY SUNIL KUMAR DHEENDHWAL
Pages
INDEX
Home
INSTALING STEPS OF TURBO
How To Start Programming With C
HOW TO EARN MONEY ONLINE
Find Us On Facebook
WAP To Calculate a power b by using pow() function
#include<math.h>
void main()
{
int a,b,power;
clrscr();
printf("Enter the value of a and b");
scanf("%d%d",&a,&b);
power=pow(a,b);
printf("%d",power);
getch();
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment