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 is the process to generate random numbers in c programming language?
What does the error message "DGROUP exceeds 64K" mean?
the statement while(i) puts the entire logic in loop. this loop is called a) indefinite loop b) definite loop c) loop syntax wrong d) none of the above
What is the use of typedef in c?
Can the size of an array be declared at runtime?
hello freinds next week my interview in reliance,nybody has an idea about it intervew questions..so tell
What is New modifiers?
Without Computer networks, Computers will be half the use. Comment.
What are the two forms of #include directive?
Explain goto?
What is #define in c?
Write a program to check prime number in c programming?
What is static and volatile in c?
how logic is used
What is difference between function overloading and operator overloading?