What is the output of
int n = fscanf(plik, "(%d,%d),(%d,%d),(%d,%d),(%d,%d)", &ax,&ay,&bx,&by,&cx,&cy,&dx,&dy);
printf("items read: %d\n", n); What is the output of (immediately after opening...