Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why main is not a keyword in c?

1324


Write a code on reverse string and its complexity.

1095


What is external variable in c?

1099


What is the difference between %d and %i?

1148


What is the scope of global variable in c?

1037


What is a protocol in c?

1058


Linked lists -- can you tell me how to check whether a linked list is circular?

1133


Define circular linked list.

1082


What is advantage of pointer in c?

1246


how is the examination pattern?

2064


Function which gives a pointer to a binary trees const an integer value at each code, return function of all the nodes in binary tree.?

1132


Explain how do you determine the length of a string value that was stored in a variable?

1202


What is an identifier?

1088


What is cohesion in c?

1027


How can I change their mode to binary?

1185