False claims:
$(a)$ Let $f:\mathbb{R}^2 \rightarrow \mathbb{R}$ be a function.If the restriction of $f$ to each of its coordinates are continuous at $0$, then $f$ is continuous at $0$.
$(b)$ If $f:\mathbb{R}^2 \rightarrow \mathbb{R}$ is a differentiable function, then the partial derivatives of $f$ exists and are continuous.
My attempt
$(a)$ not sure what "restriction of $f$ to each of its coordinates" means...
$(b)$ Let $f:\mathbb{R}^2 \rightarrow \mathbb{R}$ be defined as $f(x,y)= (y\ln|x|)$ The partial derivatives
$d_x = y/x$
$d_y = \ln|x|$
exist but they are not continuous at $0$.
I post this answer since I've typed it.
For part (a), take $f(x,y) = \frac{xy}{x^2+y^2+1}$ and consider the limit as $(x,y)$ approaches zero. Clearly, $f$ verifies the hypothesis of the question as $f(0,y) = f(x,0) = 0$.
So $f$ is not continuous at $(0,0)$.
As @Peter Franek has says, take $$f(x,y) = \begin{cases} x^2 \sin\frac1x &\text{if } x \ne 0 \\ 0 &\text{if } x = 0. \end{cases} $$
It's differentiable because
This proves the differentiability of $f$ on $\Bbb R^2$, and thus the existence of partial derivatives. But when $x \ne 0$, $$\frac{\partial f}{\partial x} = 2x\sin\frac1x - \cos\frac1x,$$ which is not continuous at $x = 0$. (If we take $x_n = \frac{1}{(n+\frac12)\pi}$ and $x'_n = \frac{1}{n\pi}$, $\cos\frac1{x_n}$ and $\cos\frac1{x'_n}$ don't agree with each other.) So $\frac{\partial f}{\partial x}$ is not continuous at $x = 0$.