B) is correct because $f(x)=x-| \sin x |$ is dominated by $O(x)$ as $x \to \infty$.
D) is correct if you plug in $\pi -|\sin \pi |=0$
EDIT:
C) there's another (slower) way of showing monotonicity of the function without taking the derivative. Consider
$$
f(x+a)-f(x)=a+|\sin x|-|\sin(x+a)| \geq 0
$$
We need to show this difference is always positive for $a>0$. This amounts to showing
$$
|\sin (x+a)| -|\sin x| \leq a\\
$$
RHS is always positive by definition of $a$. LHS is negative for $x \in [\frac{\pi}{2}(2k-1), \pi k], k \in \mathbb{Z}^+ $, so the inequality is trivial. For the positive segments of the function ($x \in [\pi k, \frac{\pi}{2}(2k+1)], k \in \mathbb{Z}$) the difference is at most $1$. Due to periodicity it's enough to consider only the first segment, where the function coincides with $\sin x$.
What we need to show is that
$$
\sin(x+a)- \sin x <a
$$
for $0<x<\frac{\pi}{2}$. We star by expanding $\sin (x+a)$:
$$
\sin (x+a)- \sin x = \sin x \cos a +\sin a \cos x - \sin x \\
= \sin x(\cos a -1) +\sin a \cos x \\
\leq \sin a \cos x \\
\leq \sin a \\
\leq a
$$
The first inequality is due to $\sin x >0$ and $\cos a<1$, the second inequality is due to $\cos x <1$.
Hence $|\sin(x+a)|-|\sin x| \leq a \ \forall \ a>0$ and $f(x)$ is a monotonically increasing function.