Write the output of the following program-
#include<iostream.h>
#include<conio.h>
void main()
{
clrscr();
int r;
for (int i = 1; i < 5; i++)
{
r = pow (i, i);
cout <<"\n"<<i<<"\t"<<r;
}
getct();
}
Answers
Answered by
0
Answer:
the out put will be
1
2
3
4
hope it helps
Similar questions
English,
29 days ago
Computer Science,
29 days ago
Science,
29 days ago
History,
1 month ago
Math,
1 month ago
Economy,
8 months ago
Science,
8 months ago
World Languages,
8 months ago