#include <stdio.h>

int main() {
int i,n;
int a[]={1,2,3,4};
scanf("%d",&n);
int *q=&a[3];
for (i=0;i<n;i=i+1)
{ q=q-1;
  printf("%d\n",*q);}}

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: