• + 0 comments

    for(i = 0; i < num; i++) printf("%d ", *(arr - i+num-1)); return 0;