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

for(i=0;i<8;i++)
{
printf(M[i]);
}

Is This Answer Correct ?    3 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array

1150


What are the various types of control structures in programming?

1109


What is a function in c?

1701


main() { printf("hello"); fork(); }

1256


What is oops c?

1353


Why clrscr is used after variable declaration?

1774


How are Structure passing and returning implemented by the complier?

1238


How to Throw some light on the splay trees?

1111


regarding pointers concept

2101


What is the difference between procedural and declarative language?

1194


What is string function in c?

1054


Differentiate between null and void pointers.

1237


Explain how can you check to see whether a symbol is defined?

1257


Can we use visual studio for c?

1170


What is atoi and atof in c?

1149