Suppose we have a complex number $z$ such that $|z|=1$ and $$|\frac{z}{z'} + \frac{z'}{z}|=1$$ where $z'$ is conjugate . How many complex number satisfy this? So I simplified second condition as $$\frac{zz + z'z'}{zz'}=\frac{z^2 + z'^2}{|z|^2} $$
Now we may represent any complex no as $z=x+iy$ so putting it in above equation we get $$x^2 - y^2 = \frac{1}{2} $$ but this gives me locus , implying infinitely many point but my answer is incorrect , what's wrong??
Be careful. Assuming that $|z|=1$ and putting $z = x + \mathrm{i}y$ gives $$\left|\frac{z}{z'}+\frac{z'}{z}\right| = 1 \iff \left|x^2-y^2\right|=\frac{1}{2}$$ For any real number, say $\lambda$, we have $|\lambda|=\lambda$ if $\lambda \ge 0$ and $|\lambda| = -\lambda$ if $\lambda < 0$. $$\begin{eqnarray*} \left|x^2-y^2\right| = \frac{1}{2} \iff \left\{ \begin{array}{ccc} x^2-y^2 = \frac{1}{2} & \text{if} & x^2-y^2 \ge 0 \\ \\ x^2-y^2 = - \frac{1}{2} &\text{if}& x^2-y^2 < 0 \end{array}\right. \end{eqnarray*}$$ Your condition that $|z|=1$ also translates into $x^2+y^2=1$.
When $x^2-y^2 \ge 0$, then the solutions to your problem are given by simultaneously solving $$\begin{eqnarray*} x^2-y^2 &=& \frac{1}{2} \\ \\ x^2+y^2 &=& 1 \end{eqnarray*}$$
When $x^2-y^2 < 0$, then the solutions to your problem are given by simultaneously solving $$\begin{eqnarray*} x^2-y^2 &=& -\frac{1}{2} \\ \\ x^2+y^2 &=& 1 \end{eqnarray*}$$
In both cases, you have to solve $x^2-y^2=\pm\frac{1}{2}$ and $x^2+y^2=1$, i.e. find the intersection of a rectangular hyperbola and a circe. The solutions will be a finite number of discrete points. You'll find that there are actually eight solutions.