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
What is boolean in c?
What is a structure in c language. how to initialise a structure in c?
How many types of errors are there in c language? Explain
What are inbuilt functions in c?
What is the difference between functions getch() and getche()?
What do you mean by command line argument?
What are valid operations on pointers?
What is the heap?
Explain what are reserved words?
Why doesnt long int work?
I have written a pro*C program to fetch data from the cursor. where in i have used the concept of BULK FETCH.... each FETCH statement is taking lots of time to fetch specified number of rows at...
Subtract Two Number Without Using Subtraction Operator
What is modeling?
What does %p mean c?
what is the different bitween abap and abap-hr?