Please explain me this code

    #include<stdio.h>
    int main(int arg,char **argv) {
        char **item;
        int j=3,i;
        item=argv;
        for(i=0;i%4;i++)
        {
            j--;
        }
        return 0;
    }

What is the output if Input is paper ink pen?

@nidhi_jeena Check this out

@7H3R3DH47 Your reply is incomplete, Please attach necessary reference.