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's the difference between constant char *p and char * constant p?
Why does not c have an exponentiation operator?
When is a “switch” statement preferable over an “if” statement?
What are header files and what are its uses in C programming?
What is the need of structure in c?
What is derived datatype in c?
Why is %d used in c?
Is int a keyword in c?
Can we change the value of static variable in c?
Is it possible to execute code even after the program exits the main() function?
What is c token?
Is there a way to jump out of a function or functions?
What is the difference between text files and binary files?
Explain what are bus errors, memory faults, and core dumps?
What is structure padding in c?