If you're familiar with $\varepsilon-\delta$ arguments:
Recall that we say a function $f$ is continuous at a point $x_0$ if for all $\varepsilon>0$, there exists $\delta>0$ such that if $|x-x_0|<\delta$, then $|f(x)-f(x_0)|<\varepsilon$. For the function $f$ given by $f(x)=\sqrt x$, no such $\delta$ can exist, since for any negative $x$ a distance less than $\delta$ from $x_0$, $f(x)$ is undefined. So $f$ is not continuous at $0$.
We can however say that $f$ is right-continuous at $0$, or equivalently, for all $\varepsilon>0$ there exists $\delta>0$ such that if $0\leq x-x_0<\delta$, then $|f(x)-f(x_0)|<\varepsilon$. Then $\sqrt x$ satisfies the definition of right-continuity at the origin. Recalling the definition of the right-sided limit, you can convince yourself that $f$ is right-continuous at $x_0$ if and only if the limit as $x\to x_0^+$ exists.
Can we say function is continuous at that point?
– user3290550 Dec 14 '19 at 11:09