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 the difference between pure virtual function and virtual function?
Explain logical errors? Compare with syntax errors.
What are structure members?
Explain what could possibly be the problem if a valid function name such as tolower() is being reported by the c compiler as undefined?
"%u" unsigned integer print the a) address of variable b) value of variable c) name of a variable d) none of the above
Explain what’s a signal? Explain what do I use signals for?
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
When should the volatile modifier be used?
where are auto variables stored? What are the characteristics of an auto variable?
What is static and volatile in c?
Can main () be called recursively?
Who invented b language?
Write a program to print fibonacci series without using recursion?
What is p in text message?
cavium networks written test pattern ..