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 7 months ago
- ☆10Updated last year
- ☆28Updated 11 months ago
- ☆23Updated last year
- ☆23Updated last year
- ☆22Updated 9 months ago
- ☆23Updated 9 months ago
- ☆11Updated last year
- ☆26Updated 9 months ago
- ☆26Updated 9 months ago
- ☆11Updated last year
- ☆26Updated 9 months ago
- Config files for my GitHub profile.☆12Updated 10 months ago
- ☆11Updated last year
- ☆11Updated last year
- ☆14Updated last year
- ☆19Updated 8 months ago
- ☆14Updated last year
- ☆19Updated 8 months ago
- ☆19Updated 8 months ago
- Config files for my GitHub profile.☆14Updated last year
- ☆10Updated 9 months ago
- ☆13Updated 10 months ago
- ☆20Updated 8 months ago
- ☆20Updated 8 months ago
- ☆11Updated 11 months ago
- ☆10Updated 5 months ago
- ☆20Updated 8 months ago
- ☆19Updated 8 months ago
- ☆22Updated 10 months ago