how can i get the output
54321
4321
321
21
1

in c programming........???? pls help......

Answer Posted / mydeen

for(i=5;i<0;i++)
{
for(j=i;j<0;j++)
{
printf("%d",&i);
}
}

Is This Answer Correct ?    3 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

a parameter passed between a calling program and a called program a) variable b) constant c) argument d) all of the above

656


How do you define a string?

658


What is #define?

577


When we use void main and int main?

588


Explain #pragma statements.

605






Explain what is a 'locale'?

585


What is the difference between array_name and &array_name?

779


in linking some of os executables are linking name some of them

1652


What is nested structure in c?

615


what is ur strangth & weekness

1821


Explain what standard functions are available to manipulate strings?

613


What are different types of operators?

598


What is queue in c?

579


How many types of arrays are there in c?

595


Does c have an equivalent to pascals with statement?

575