how can i get the output
54321
4321
321
21
1
in c programming........???? pls help......
Answer Posted / aditya the future google ceo
(i=1;i<=5;i--)
{
(J=1;j<=i;j--)
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
What is graph in c?
How do I determine whether a character is numeric, alphabetic, and so on?
How do I send escape sequences to control a terminal or other device?
What is the advantage of a random access file?
Why can arithmetic operations not be performed on void pointers?
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?
Explain how can I write functions that take a variable number of arguments?
What is the purpose of main() function?
What is structure pointer in c?
Which is better oop or procedural?
Does c have enums?
Why c is a mother language?
Write a program of advanced Fibonacci series.
What is a node in c?
Can we declare variables anywhere in c?