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 static and volatile in c?
A variable that is defined in a specified portion of a program but can be used throughout the program a) global variable b) local variable c) character d) none
write a program that types this pattern: 12345678987654321 12345678 87654321 1234567 7654321 123456 654321 12345 54321 1234 4321 123 321 12 21 1 1
What is the translation phases used in c language?
Is a house a mass structure?
What is null in c?
What is restrict keyword in c?
What is c language & why it is used?
What is the benefit of using an enum rather than a #define constant?
What is the use of getchar() function?
Do you know the difference between malloc() and calloc() function?
An application package has been provided to you without any documents for the following application. The application needs to be tested. How will you proceed?
What is n in c?
What is formal argument?
What is assert and when would I use it?