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 / susarya

For(i=8;i>=0:i--);
{
printf("%d",M[i]);
scanf("%d,M[i++]")
}

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a memory leak? How to avoid it?

1432


Explain which of the following operators is incorrect and why? ( >=, <=, <>, ==)

1100


Linked list is a Linear or non linear explain if linear how it working as a non linear data structures

2234


write a sorting prgm to sort 50 nos and sum them and also remove all the occurrences of 15 and print it?

2190


write an algorithm to display a square matrix.

2768


What is difference between structure and union?

1195


how to count no of words,characters,lines in a paragraph.

4481


State two uses of pointers in C?

1115


Explain what is dynamic data structure?

1230


Why static variable is used in c?

1089


What is the difference between text files and binary files?

1408


Why is a semicolon (;) put at the end of every program statement?

1134


Explain what math functions are available for integers? For floating point?

1166


What is difference between array and pointer in c?

1148


What is omp_num_threads?

1139