Step 1: Concept
Reduce the lines to standard form $\frac{x-x_1}{a} = \frac{y-y_1}{b} = \frac{z-z_1}{c}$.
Step 2: Analysis
Line 1: $\frac{x-1}{3} = \frac{y+1}{3} = \frac{z-1}{5}$ (Direction: $3, 3, 5$).
Line 2: $\frac{x+2}{4} = \frac{y-1}{3} = \frac{z+1}{2}$ (Direction: $4, 3, 2$).
Step 3: Calculation
To check for intersection, equate the general points:
$(3\lambda+1, 3\lambda-1, 5\lambda+1) = (4\mu-2, 3\mu+1, 2\mu-1)$.
From y-coordinates: $3\lambda - 1 = 3\mu + 1 \implies 3\lambda - 3\mu = 2$.
From x-coordinates: $3\lambda + 1 = 4\mu - 2 \implies 3\lambda - 4\mu = -3$.
Subtracting gives $\mu = 5$ and $\lambda = 17/3$.
Check z: $5(17/3)+1 = 88/3$ vs $2(5)-1 = 9$. Not equal.
Step 4: Conclusion
Since the coordinates do not satisfy all three equations, the lines do not intersect.
Final Answer: (C)