Write a program for the following series?
1
121
12321
1234321
123454321
12345654321
1234567654321
123456787654321
12345678987654321
1234567890987654321
123456789010987654321
12345678901210987654321
1234567890123210987654321
.........1234321............
..........123454321............
..........12345654321............
7
8
9
0
1
Pls............?
Answer Posted / kkx
hi this is no the pgrm
let u want to find nth number
value = "n";
while(n-1)
{
value = value+ "n-1";
value= "n-1" + value;
n= n-1;
}
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
What does static variable mean in c?
Can we change the value of constant variable in c?
Define circular linked list.
How was c created?
What was noalias and what ever happened to it?
Can you apply link and association interchangeably?
Tell me what is null pointer in c?
will u please send me the placement papers to my mail???????????????????
simple program of graphics and their output display
What is clrscr in c?
Is main is user defined function?
How can I direct output to the printer?
What is a pointer variable in c language?
What is extern keyword in c?
What are the restrictions of a modulus operator?