Well, the question can be phrased as "Is -1<x<1?". Let's look at the statements.
A. x / |x| < x
We have 2 cases here,
Case 1: If x < 0, then x / -x < x. x > -1.
Case 2: If x > 0, then x / x < x. x > 1.
Case 1 & 2 doesn't tell us whether -1<x<1. Insufficient.
B. |x| > x
Again, we have 2 cases here.
Case 1: If x < 0, then -x > x --> 2x < 0 --> x < 0
Case 2: If x > 0, then x > x. This solution is not possible.
So, we only know that x < 0. But we still do not know whether -1 < x < 1. Insufficient.
Combined,
From (A), we have 2 case (x > 0 and x < 0). From (B), we have only 1 case (x < 0)
From (A), we will take case (1) which is x > -1. And, we also know that x < 0. So, x lies between -1 and 0 (which answers the question -1 < x < 1).
Sufficient.
Hence, it should be C. Please share the OA