print the following using nested for loop.
5 4 3 2 1
1 2 3 4
3 2 1
1 2
1
2 1
1 2 3
4 3 2 1
1 2 3 4 5
Answer Posted / sravanthi
I DONT KNOW THE ANSWER
CAN ANY ONE TELL ME HOW TO GET OUTPUT AS
1
01
101
0101
10101.
in NESTED FOR LOOP ONLY
PLEASE ANSWER ME
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
What is the full form of getch?
What is f'n in math?
What are the 3 types of structures?
What are variables c?
What is the c value paradox and how is it explained?
Difference between exit() and _exit() function?
How can I send mail from within a c program?
What is the size of enum in c?
Explain what does the format %10.2 mean when included in a printf statement?
How is a structure member accessed?
Device an algorithm for weiler-atherton polygon clipping, where the clipping window can be any specified polygon
What are pointers? What are different types of pointers?
What are file streams?
Write a program to check palindrome number in c programming?
What is the use of typedef in structure in c?