How to prove $$\lfloor x\rfloor+\sqrt{x-\lfloor x \rfloor}$$ is continous for all $x$?And how to plot the nature of the graph manually?
I can prove that at integer points it is continous.But what about other points?Rather how to trace the graph manually?

Let $x=n+d$ be the decomposition in integer and fractional parts.
Then
$$f(x)=f(n+d)=n+\sqrt d=n+\sqrt{x-n}.$$
For $x$ between two integers, $n$ is constant and the square root function is known to be continuous.
To plot the function, first consider the range $0\le x < 1$ (you get an arc of a parabola) and replicate by translating the graph, using $f(n+x)=n+f(x)$.