C Program to print the array elements in reverse order. #include<stdio.h> #include<conio.h> void main() { int a[10], i=0; printf("enter ten array ...
確定! 回上一頁