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 the difference between pure virtual function and virtual function?

1133


Explain logical errors? Compare with syntax errors.

1079


What are structure members?

1097


Explain what could possibly be the problem if a valid function name such as tolower() is being reported by the c compiler as undefined?

1025


"%u" unsigned integer print the a) address of variable b) value of variable c) name of a variable d) none of the above

1029


Explain what’s a signal? Explain what do I use signals for?

1169


struct screen_pos{ int row, col } ;move_right(cursor)struct screen_pos *cursor;{ cursor.col++; } /* This statementhas a syntax error */What is the correct statement a) cursor.col = cursor.col + 1; b) col.cursor++; c) *cursor.col++; d) pointer

1300


When should the volatile modifier be used?

1192


where are auto variables stored? What are the characteristics of an auto variable?

1077


What is static and volatile in c?

1227


Can main () be called recursively?

1129


Who invented b language?

1425


Write a program to print fibonacci series without using recursion?

1150


What is p in text message?

989


cavium networks written test pattern ..

4087