hi iam new at programming and i am not sure what this statement means. i have read the book but iam still not sure will anyone let me know what this means please. i know what the loop means but iam not sure aobut the rest
Code:
        for(i=0; i<5; i++)  
       (k[i]=3+i);
        j =*(k+2);
        printf("%d %d\n", k[2],j);