I am currently doing an Analysis-Differential Forms module and one of the questions states:
"Give an informal interpretation of what it means for a function $f(x,y)$ to be differentiable at point $c=(c_1,c_2)$"
The tutor gave this answer:
Taking a neighbourhood about $f(c_1,c_2)$. The function is differentiable if $f_x$ and $f_y$ (partial derivatives) are continuous and exist for all $x$ and $y$ values in that neighbourhood.
My question is, does its partial derivatives have to be continuous so that $f(x,y)$ is differentiable?
Your tutor gave a sufficient condition for differentiability, not a necessary one. The answer to your question is "no."
See, for example, this page, which gives
$$f(x,y)=\begin{cases}(x^2+y^2)\sin\left(\frac{1}{\sqrt{x^2+y^2}}\right) & (x,y)\neq(0,0) \\ 0 & (x,y)=(0,0) \end{cases}$$
as a counterexample.
As for "give an informal interpretation," the answer should be something like: $f(x,y)$ is differentiable at $c$ if $f$ is well-approximated by a linear function near $c$. Or in other words, if the graph of $f$ has a well-defined tangent plane at $c$.