c program to define power of a functionwrite a
C program to define power of a function:
Write a program to use power of a function.
void main()
{
int x,y,po=1,i,j;
clrscr();
printf("Give x,y\n");
scanf("%d %d",&x,&y);
for(i=1;i<=y;i++)
po=po*x;
}
printf("%d power %d is %d",x,y,po);
getch();
Expected delivery within 24 Hours
c program to show overloading of matrix operatorwrite a program for matrix operator overloadingclass
program to define an array in cwrite a program to define an array and print the value of arrayvoid mainint
how to insert values in array - c programwrite a program to insert values in arrayvoid mainint
c program to string compressionwrite a program to define a sting and all operations on stringvoid
c program to define power of a functionwrite a program to use power of a functionvoid mainint xypo1ijclrscr printfgive xynscanfd dampxampy
queue - c programwrite a program to show the basic operations on queuenamespace stack const int maxsize 200 char vmaxsize int top0 void
insert values in queue - c programwrite a program to insert values in queueint main int k queue
radix sort - c programwrite a program in c to define a radix sortvoid main int array100n int i void radixint int printf how many
reverse a string - c programwrite a program in c to reverse a stringint main stack thestack string
1930050
Questions Asked
3,689
Active Tutors
1444921
Questions Answered
Start Excelling in your courses, Ask a tutor for help and get answers for your problems !!
What are the challenges for mental health professionals working with colleagues or supervisors who are best characterized
In reflecting on a time when I felt frustrated by a young child's behavior, I recall a particular instance during a group activity at a daycare
What was the economic impact of COVID-19? Address any monetary and fiscal policies used during or after COVID-19.
Go to Stars - "Les Miserables" Read the synopsis just above the video clip, then view the clip in its entirety.
Describe the responsibilities of a financial analyst. Discuss the importance of analyzing and managing finances to help make business decisions.
Explain why financial statements are important to a business and how they help a business determine its financial health.
Cognitive complexity is the ability to view situations from multiple perspectives rather than assuming that one's own viewpoint is the only valid interpretation