The following program should display the array elements in reverse order (i.e. from last to the first). Which of the following should be put into for? #include int main(void) { int a[5]={1,2,3,4,5};...


The following program should display the array elements in reverse order (i.e. from last<br>to the first). Which of the following should be put into for?<br>#include <stdio.h><br>int main(void)<br>{<br>int a[5]={1,2,3,4,5};<br>for (<br>printf(0;n- b.int n = 5; n >= 0;n- c.int n = 4; n >0;-n d.int n = 5; n >-1;n- e.int n = 4; n >-1; n- "/>
Extracted text: The following program should display the array elements in reverse order (i.e. from last to the first). Which of the following should be put into for? #include int main(void) { int a[5]={1,2,3,4,5}; for ( printf("%d", a[n]); return 0; } Select one: a.int n = 5; n >0;n- b.int n = 5; n >= 0;n- c.int n = 4; n >0;-n d.int n = 5; n >-1;n- e.int n = 4; n >-1; n-

Jun 08, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here