Concept:
Behavior of function depends on greatest integer function \([x]\) near \(x=0\).
Step 1: Consider right-hand limit \(x \to 0^+\).
For \(0<x<1\), we have:
\[
[x] = 0 \Rightarrow f(x) = 0
\]
Thus,
\[
\lim_{x \to 0^+} f(x) = 0
\]
Step 2: Consider left-hand limit \(x \to 0^-\).
For \(-1<x<0\), we have:
\[
[x] = -1 \Rightarrow f(x) = \frac{\sin |x|}{x}
\]
Since \(|x| = -x\) (for negative \(x\)):
\[
f(x) = \frac{\sin(-x)}{x} = \frac{-\sin x}{x}
\]
\[
\lim_{x \to 0^-} f(x) = -1
\]
Step 3: Compare limits.
\[
\lim_{x \to 0^+} f(x) = 0,\quad \lim_{x \to 0^-} f(x) = -1
\]
Since LHL \(\neq\) RHL, limit does not exist.