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

What are structural members?

575


How do you sort filenames in a directory?

716


What is wrong with this program statement? void = 10;

823


Write a C program to count the number of email on text

1421


A collection of data with a given structure for excepting storing and providing on demand data for multiple users a) linked list b) datastructer c) database d) preprocessor

624






What is a class c rental property?

618


How can I write a function analogous to scanf?

661


what is ur strangth & weekness

1821


What is the use of a conditional inclusion statement in C?

603


Are comments included during the compilation stage and placed in the EXE file as well?

673


Do you have any idea about the use of "auto" keyword?

666


What is the benefit of using an enum rather than a #define constant?

662


What are the functions to open and close file in c language?

730


What is a program flowchart and how does it help in writing a program?

667


#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} wat would be the output??

1545