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 11 months ago
Related projects ⓘ
Alternatives and complementary repositories for REVERSE-ARREY-ELEMENTS-in-c
- Config files for my GitHub profile.☆13Updated 5 months ago
- ☆10Updated last year
- ☆23Updated 10 months ago
- ☆28Updated 9 months ago
- ☆23Updated 10 months ago
- ☆22Updated 7 months ago
- ☆23Updated 7 months ago
- ☆26Updated 7 months ago
- ☆11Updated 11 months ago
- ☆26Updated 7 months ago
- ☆26Updated 7 months ago
- ☆14Updated last year
- ☆11Updated 11 months ago
- Config files for my GitHub profile.☆12Updated 8 months ago
- ☆11Updated 11 months ago
- ☆19Updated 6 months ago
- ☆14Updated last year
- ☆19Updated 6 months ago
- ☆11Updated 11 months ago
- ☆19Updated 6 months ago
- ☆13Updated last year
- ☆20Updated 6 months ago
- ☆20Updated 6 months ago
- ☆21Updated 6 months ago
- ☆21Updated 6 months ago
- ☆21Updated 6 months ago
- ☆20Updated 6 months ago
- ☆10Updated 7 months ago
- ☆20Updated 6 months ago
- ☆11Updated 9 months ago