For this problem it's useful to appeal to the definition of a limit as $x$ approaches $0$:
$$\lim_{x\to 0} f(x) = L \Longleftrightarrow \text{for all $\epsilon>0$ there exists $\delta>0$ such that $0<|x|<\delta\implies |f(x)-L|<\epsilon$.}$$
In layman's terms, we look at the values of $x$ close to $0$, but not equal to $0$. So imagine now that $x$ is very small and positive. Then $f(x) = 0$ and $f(-x) = -1$. On the other hand, if $x$ is very small and negative $f(x) = -1$ and $f(-x) = 0$. You can numerically check these with $x=0.0001$ and $x=-0.0001$. In either case, the limits from the left and right are equal, so
$$\lim_{x\to 0} f(x) + f(-x) = -1.$$
For B, it should be clear from the definition of the floor function (which allows for equality) that $f(0) = f(-0) = 0$.