Kanishkar88 / REVERSE-ARREY-ELEMENTS-in-c
#include <stdio.h> int main() { int arr[5]; for(int i=1;i<5;i++){ scanf("%d",&arr[i]); } for(int i=5-1;i>0;i--){ printf("%d",arr[i]); } return 0; }
☆9Updated last year
Alternatives and similar repositories for REVERSE-ARREY-ELEMENTS-in-c:
Users that are interested in REVERSE-ARREY-ELEMENTS-in-c are comparing it to the libraries listed below
- Config files for my GitHub profile.☆13Updated 8 months ago
- ☆10Updated last year
- ☆23Updated last year
- ☆23Updated last year
- ☆22Updated 10 months ago
- ☆28Updated last year
- ☆11Updated last year