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...

write a statement to display all the elements array M(in reverse order?

int M[8]={20,21,22,23,24,25,26,27};

Answer Posted / reshma khan

for(i=8;i>0;i--)
{
printf("%d",m[i]);
}

Is This Answer Correct ?    2 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain what is output redirection?

1253


Explain the difference between malloc() and calloc() in c?

1104


What is echo in c programming?

1099


Explain how do you override a defined macro?

1143


What is a memory leak? How to avoid it?

1432


any function have arguments one or more OR not . it is compulsary a) any function compulsary have one or more arguments b) any function did not have arguments. It is not compulsary c) it is optional it is not compulsary d) none of the above

1193


What is a nested loop?

1185


Where can I get an ansi-compatible lint?

1210


What are data structures in c and how to use them?

1225


What is static identifier?

1291


What does sizeof int return?

1143


int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;

1945


What is the difference between fread buffer() and fwrite buffer()?

1232


What is getche() function?

1095


What is #pragma statements?

1165