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 ?    0 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why is c fast?

594


What is the difference between volatile and const volatile?

554


Why should I use standard library functions instead of writing my own?

663


In C programming, what command or code can be used to determine if a number of odd or even?

611


what will be the output for the following main() { printf("hi" "hello"); }

9296






What is const and volatile in c?

557


Differentiate between #include<...> and #include '...'

610


What was noalias and what ever happened to it?

584


Why string is used in c?

570


What is the difference between abs() and fabs() functions?

596


When we use void main and int main?

577


Write a program to generate random numbers in c?

650


formula to convert 2500mmh2o into m3/hr

487


Why do we need a structure?

575


What is the Purpose of 'extern' keyword in a function declaration?

641