answersLogoWhite

0


Best Answer

#include


#include


void main()


{


clrscr();


for (int i=1;i<=5;i++) // this for loop controls the line


{


for(int

j=1;j<=i;j++) // this for loop controls the values(1,12,123..)


{


printf("%d",j);


}


printf("\n");


}



getch();


}


User Avatar

Wiki User

11y ago
This answer is:
User Avatar
User Avatar

Anurag Kumar

Lvl 1
5mo ago
Thank you so much
More answers
User Avatar

Wiki User

13y ago

int main (void) { puts ("1 121 1331 14641"); return 0; }

This answer is:
User Avatar

User Avatar

Wiki User

14y ago

int main (void) { puts ("1 121 12321"); return 0; }

This answer is:
User Avatar

User Avatar

Wiki User

7y ago

There is no such thing as a "magic number". You are probably thinking of magic squares where the sum of each row, column and major diagonal has the same "magic" value.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you print 1 121 1331 14641 in c?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What goes into 1331?

1, 11, 121, 1331.


Did 1331 division by something?

1, 11, 121, 1331.


The square of the number 121 has what factors?

1212 = 14,641 The factors of 14,641 are 1, 11, 121, 1331, and 14641. The prime factors of 14,641 are 11, 11, 11, and 11. The prime factorization of 14,641 is 11 x 11 x 11 x 11 = 114


What is the factor of 2662?

1, 2, 11, 22, 121, 242, 1331, 2662.


What two numbers multiply to make 1331?

1,331 = 1 x 1,331and1,331 = 11 x 121


How do you print the numbers in the from 1 1 1 1 2 1 1331?

buy aprinter and somepaper and then go on wordput numbers in and click print and click color and youhave your numbers


What are the factors for 224939?

1, 11, 13, 121, 143, 169, 1331, 1573, 1859, 17303, 20449, 224939


What are the factors of 2662?

The positive integer factors of 2662 are: 1, 2, 11, 22, 121, 242, 1331, 2662


What equals 6655 in multiplication?

1 x 6655, 5 x 1331, 11 x 605, 55 x 121.


To print 1 11 121 1331 14441?

#include&lt;stdio.h&gt; #include&lt;conio.h&gt; void main() { int i,j,sp=0; clrscr(); for(i=5;i&gt;=1;i--) { for(j=1;j&lt;sp;j++) printf(" "); for(j=1;j&lt;=i;j++) printf("*"); printf("\n"); s++; } getch(); }


What numbers have exactly five factors that are over 100?

A number with exactly five factors is a number that is a prime number raised to the fourth power (p4). The factors are 1, p, p2, p3, and p4. Example: The 5 factors of 54 = 625 are 1, 5, 25, 125, and 625. The 5 factors of 74 = 2401 are 1, 7, 49, 343, and 2401. The 5 factors of 114 = 14641 are 1, 11, 121, 1331, and 14,641.


What are the 121 times tables?

1 x 121 = 121 2 x 121 = 242 3 x 121 = 363 4 x 121 = 484 5 x 121 = 605 6 x 121 = 726 7 x 121 = 847 8 x 121 = 968 9 x 121 = 1089 10 x 121 = 1210 11 x 121 = 1331 12 x 121 = 1452