You are viewing a single comment's thread. Return to all comments →
this is my code in c without predefined code ---->>>
int main() { int n; scanf("%d",&n); int A[n]; for(int i=0;i=0;i--) { printf("%d ",A[i]); } return 0; }
Seems like cookies are disabled on this browser, please enable them to open this website
Day 7: Arrays
You are viewing a single comment's thread. Return to all comments →
this is my code in c without predefined code ---->>>
include
int main() { int n; scanf("%d",&n); int A[n]; for(int i=0;i=0;i--) { printf("%d ",A[i]); } return 0; }