Whenever there is a question on absolute values (or modulus as is more popularly known as), always try to work on the inputs, rather than the output.
From statement I, |C| = 1. This means that the value of C can be +1 or -1.
If C = 1, C + |C| = 1 + 1 = 2.
If C = -1, C + |C| = -1 + 1 = 0.
Data given in statement I is insufficient. Answer options A and D can be eliminated. Possible answer options are B, C or E.
From statement II, \(C^2\) = √C. Squaring both sides, we have \(C^4\) = C.
Transferring C on to the LHS, we have \(C^4\) – C = 0, which simplifies to \(C^3\) ( C – 1) = 0.
This means that C^3 = 0 or (C-1) = 0, which means C = 0 or C = 1.
If C = 0, C + |C| = 0 + 0 = 0.
If C = 1, C + |C| = 1 + 1 = 2.
Data given in statement II is insufficient. Answer option B can be eliminated. Possible answer options are C or E.
Combining statements I and II, the common value of C that satisfies both the pieces of data is C = 1. This means, we will also be able to obtain a unique value for the given expression.
The combination of statements gives us sufficient data. Answer option E can be eliminated.
The correct answer option is C.
Hope this helps!