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
What are void pointers in c?
In a byte, what is the maximum decimal number that you can accommodate?
What is mean by data types in c?
What is a class c rental property?
what is the role you expect in software industry?
Is boolean a datatype in c?
What is a structure and why it is used?
Is null always defined as 0(zero)?
Write a program to swap two numbers without using a temporary variable?
What are categories used for in c?
What is preprocessor with example?
What are runtime error?
Why malloc is faster than calloc?
What is meant by realloc()?
Can you apply link and association interchangeably?