$A \times (B -C)$:
First $B-C = \{4,\color{red}5\} - \{\color{red}5, \color{purple}6\} = \{4\}$
So $A \times (B-C) = \{1,2,3,4\} \times \{4\}= \{(1,4),(2,4),(3,4),(4,4)\}$
Why did you include any with $5$ in the second term?
$(A\times B) - (A\times C)$:
This means we can have any $(x,y)$ so that $x\in A;y\in B$ so long as we do not have both $x\in A$ and $y\in C$. As $C$ contains $5$ and $6$ we can't have any $x\in A; y = 5$ or $y= 6$. The only $y \in B$ that are not $5$ or $6$ are $y=4$ so we can only have $(x,y)$ there $x \in A$ and $y = 4$. And we can have all of those.
..... or more directly
$$A \times B = \{(1,4),(2,4),(3,4),(4,4),\\
(1,\color{red} 5),(2,\color{red} 5),(3,\color{red} 5),(4,\color{red} 5)\}$$
but we must exclude $$A\times C = \{(1,\color{red} 5),(2,\color{red} 5),(3,\color{red} 5),(4,\color{red} 5),\\
(1,\color{purple} 6),(2,\color{purple} 6),(3,\color{purple} 6),(4,\color{purple} 6)\}$$
So that leaves $A\times B - A\times C = \{(1,4),(2,4),(3,4),(4,4)\}$
$(A\times B)\cap (A\times C)$:
Again $$A \times B = \{(1,4),(2,4),(3,4),(4,4),\\
(1,\color{red} 5),(2,\color{red} 5),(3,\color{red} 5),(4,\color{red} 5)\}$$
and $$A\times C = \{(1,\color{red} 5),(2,\color{red} 5),(3,\color{red} 5),(4,\color{red} 5),\\
(1,\color{purple} 6),(2,\color{purple} 6),(3,\color{purple} 6),(4,\color{purple} 6)\}$$
so we must take what the have in common:
$(A\times B)\cap (A\times C)=\{(1,\color{red} 5),(2,\color{red} 5),(3,\color{red} 5),(4,\color{red} 5)\}$